v2-0001-Fix-minor-ambiguity.patch
application/octet-stream
Filename: v2-0001-Fix-minor-ambiguity.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v2-0001
Subject: Fix minor ambiguity
| File | + | − |
|---|---|---|
| doc/src/sgml/logical-replication.sgml | 3 | 3 |
From d55d78a0407b234bf434cb394437cb328f9b877a Mon Sep 17 00:00:00 2001 From: Peter Smith <peter.b.smith@fujitsu.com> 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; </para> <para> - 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. </para> <para> -- 1.8.3.1