PS_wording.diff
application/octet-stream
Filename: PS_wording.diff
Type: application/octet-stream
Part: 0
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index b3faaa6..7ca2ccb 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -2550,10 +2550,12 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER </para> <para> - To add tables to a publication, the user must have ownership rights on the - table. To add all tables in schema to a publication, the user must be a - superuser. To create a publication that publishes all tables, all tables in - schema, or all sequences automatically, the user must be a superuser. + To create a publication using any of <literal>FOR ALL TABLES</literal>, + <literal>FOR ALL SEQUENCES</literal>, or + <literal>FOR TABLES IN SCHEMA</literal>, the user must be a superuser. + To alter a publication using <literal>ADD TABLE</literal>, the user must + have ownership rights on the table. To alter a publication using + <literal>ADD TABLES IN SCHEMA</literal>, the user must be a superuser. </para> <para>