Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3470391

Browse files
author
Amit Kapila
committed
Doc: Fix ambuiguity in column lists.
The behavior for columns added later to the table for publications with no specified column lists was not clear. Reported-by: Koen De Groote Author: Peter Smith Reviewed-by: Vignesh C, Laurenz Albe Backpatch-through: 15 Discussion: https://postgr.es/m/171621878740.686.11325940592820985181@wrigleys.postgresql.org
1 parent c50d4f4 commit 3470391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/logical-replication.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,9 +1382,9 @@ test_sub=# SELECT * FROM child ORDER BY a;
13821382
</para>
13831383

13841384
<para>
1385-
If no column list is specified, any columns added later are automatically
1386-
replicated. This means that having a column list which names all columns
1387-
is not the same as having no column list at all.
1385+
If no column list is specified, any columns added to the table later are
1386+
automatically replicated. This means that having a column list which names
1387+
all columns is not the same as having no column list at all.
13881388
</para>
13891389

13901390
<para>

0 commit comments

Comments
 (0)