1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Message wording improvements

This commit is contained in:
Peter Eisentraut
2022-09-16 16:37:53 +02:00
parent 32b507378f
commit b2451385cb
6 changed files with 10 additions and 10 deletions

View File

@ -1096,7 +1096,7 @@ test_sub=# SELECT * FROM child ORDER BY a;
Each publication can optionally specify which columns of each table are
replicated to subscribers. The table on the subscriber side must have at
least all the columns that are published. If no column list is specified,
then all columns in the publisher are replicated.
then all columns on the publisher are replicated.
See <xref linkend="sql-createpublication"/> for details on the syntax.
</para>