From f9828a9e2c9a3e64372f734db95c35fad81ab958 Mon Sep 17 00:00:00 2001
From: Justin Pryzby <pryzbyj@telsasoft.com>
Date: Wed, 29 Dec 2021 16:31:43 -0600
Subject: [PATCH 24/33] f!longer edit

---
 doc/src/sgml/ref/alter_publication.sgml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/src/sgml/ref/alter_publication.sgml b/doc/src/sgml/ref/alter_publication.sgml
index 7c7c27bf7ce..7b105f6af18 100644
--- a/doc/src/sgml/ref/alter_publication.sgml
+++ b/doc/src/sgml/ref/alter_publication.sgml
@@ -80,11 +80,11 @@ ALTER PUBLICATION <replaceable class="parameter">name</replaceable> RENAME TO <r
   </para>
 
   <para>
-   Adding/Setting a table that is part of schema specified in
-   <literal>ALL TABLES IN SCHEMA</literal>, adding/setting a schema to a
-   publication that already has a table that is part of the specified schema or
-   adding/setting a table to a publication that already has a table's schema as
-   part of the specified schema is not supported.
+   It is not supported to add or set a table that is part of schema specified in
+   <literal>ALL TABLES IN SCHEMA</literal>, to add or set a schema to a
+   publication that already has a table that is part of the specified schema, or to
+   add or set a table to a publication that already has a table's schema as
+   part of the specified schema.
   </para>
  </refsect1>
 
-- 
2.17.1

