Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: Fix ambuiguity in column lists.
authorAmit Kapila <akapila@postgresql.org>
Tue, 11 Jun 2024 03:57:06 +0000 (09:27 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 11 Jun 2024 03:57:06 +0000 (09:27 +0530)
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

doc/src/sgml/logical-replication.sgml

index ca852c5506f598ace490615250f056d856676a6d..07dee8d96be08b30a46d6a35cc1ff22134d8919c 100644 (file)
@@ -1285,9 +1285,9 @@ test_sub=# SELECT * FROM child ORDER BY a;
   </para>
 
   <para>
-   If no column list is specified, any columns added later are automatically
-   replicated. This means that having a column list which names all columns
-   is not the same as having no column list at all.
+   If no column list is specified, any columns added to the table later are
+   automatically replicated. This means that having a column list which names
+   all columns is not the same as having no column list at all.
   </para>
 
   <para>