From f41ed7b66a621134d5c7c39c74458fbfb1214255 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 31 Oct 2014 08:11:06 -0400 Subject: [PATCH] doc: Fix typos per Andres Freund --- doc/src/sgml/logicaldecoding.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 7559492b4d..3fcde9f0f9 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -157,7 +157,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot'); $ pg_recvlogical -d postgres --slot test --create-slot $ pg_recvlogical -d postgres --slot test --start -f - -ControlD +ControlZ $ psql -d postgres -c "INSERT INTO data(data) VALUES('4');" $ fg BEGIN 693 @@ -314,7 +314,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot Synchronous replication (see ) is - only supported on replication slots used over the streaming-replication interface. The + only supported on replication slots used over the streaming replication interface. The function interface and additional, non-core interfaces do not support synchronous replication.