From d55d78a0407b234bf434cb394437cb328f9b877a Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Thu, 30 May 2024 10:36:43 +1000 Subject: [PATCH v2] Fix minor ambiguity --- doc/src/sgml/logical-replication.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index ec21306..5b06359 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1288,9 +1288,9 @@ test_sub=# SELECT * FROM child ORDER BY a; - 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. -- 1.8.3.1