v1-0001-Fix-minor-ambiguity.patch
application/octet-stream
Filename: v1-0001-Fix-minor-ambiguity.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: Fix minor ambiguity
| File | + | − |
|---|---|---|
| doc/src/sgml/logical-replication.sgml | 1 | 1 |
From 3db40ffbdb0270bc2508c8663ac6bea2c4ecf383 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Wed, 22 May 2024 12:18:14 +1000
Subject: [PATCH v1] Fix minor ambiguity
---
doc/src/sgml/logical-replication.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index ec21306..4154610 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -1288,7 +1288,7 @@ test_sub=# SELECT * FROM child ORDER BY a;
</para>
<para>
- If no column list is specified, any columns added later are automatically
+ 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>
--
1.8.3.1