diff options
author | Amit Kapila <akapila@postgresql.org> | 2024-08-21 16:45:36 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2024-08-21 16:45:36 +0530 |
commit | d43b8bb6b8f56cda59d14b5040496e266b0d9d25 (patch) | |
tree | 49c0e696a7b138fdcacb1f0d54e544e6fb702491 /doc/src | |
parent | 7ff9afbbd1df7c256024edb447eae7269c1bab03 (diff) | |
download | postgresql-d43b8bb6b8f56cda59d14b5040496e266b0d9d25.tar.gz postgresql-d43b8bb6b8f56cda59d14b5040496e266b0d9d25.zip |
Fix typos in 9758174e2e.
Reported off-list by Erik Rijkers
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/logical-replication.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 885a2d70ae7..08f89e01ada 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1608,7 +1608,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id; Updating a row that was previously modified by another origin. Note that this conflict can only be detected when <link linkend="guc-track-commit-timestamp"><varname>track_commit_timestamp</varname></link> - is enabled on the subscriber. Currenly, the update is always applied + is enabled on the subscriber. Currently, the update is always applied regardless of the origin of the local row. </para> </listitem> @@ -1646,7 +1646,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id; Deleting a row that was previously modified by another origin. Note that this conflict can only be detected when <link linkend="guc-track-commit-timestamp"><varname>track_commit_timestamp</varname></link> - is enabled on the subscriber. Currenly, the delete is always applied + is enabled on the subscriber. Currently, the delete is always applied regardless of the origin of the local row. </para> </listitem> |