diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2022-09-16 16:37:53 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2022-09-16 16:39:26 +0200 |
| commit | b2451385cbb40f930838f6cd86c244912590a7d2 (patch) | |
| tree | 2711a3691c7653d6afc520afe0598dc28f404da4 /doc/src | |
| parent | 32b507378fac179717f093c78a0e70371fbdf514 (diff) | |
Message wording improvements
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/logical-replication.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 1ae3287f228..48fd8e33dcc 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -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> |
