Wrong syntax in feature description

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Wrong syntax in feature description
Date: 2023-06-02 13:30:46
Message-ID: CAHut+PusQtGGB06X6R2U6xCA6W1=K0QC_Vs0qx83sXjtUxuDiw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, I noticed a feature description [1] referring to a command example:

CREATE PUBLICATION ... FOR ALL TABLES IN SCHEMA ....

~~

AFAIK that should say "FOR TABLES IN SCHEMA" (without the "ALL", see [2])

------
[1] https://www.postgresql.org/about/featurematrix/detail/391/
[2] https://www.postgresql.org/docs/16/sql-createpublication.html

Kind Regards,
Peter Smith.
Fujitsu Australia

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-06-02 13:47:04 Re: [PATCH] Missing dep on Catalog.pm in meson rules
Previous Message Tristan Partin 2023-06-02 13:10:43 Re: [PATCH] Missing dep on Catalog.pm in meson rules