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
This commit is contained in:
Amit Kapila 2024-06-11 09:39:52 +05:30
parent c50d4f4028
commit 3470391e16

View File

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