diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_publication.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_publication.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_publication.sgml b/doc/src/sgml/ref/alter_publication.sgml index 3e338f4cc5d..3a74973da01 100644 --- a/doc/src/sgml/ref/alter_publication.sgml +++ b/doc/src/sgml/ref/alter_publication.sgml @@ -121,7 +121,7 @@ ALTER PUBLICATION <replaceable class="parameter">name</replaceable> RENAME TO <r with different column lists is not supported. So, changing the column lists of the tables being subscribed could cause inconsistency of column lists among publications, in which case <command>ALTER PUBLICATION</command> - will be successful but later the WalSender on the publisher or the + will be successful but later the walsender on the publisher or the subscriber may throw an error. In this scenario, the user needs to recreate the subscription after adjusting the column list or drop the problematic publication using |