aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_subscription.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-06-14 13:55:43 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-06-14 13:56:04 -0400
commitf0cfff9da2c577a19dd6a15ffc7b404693b700bc (patch)
treec01f831b2ca0ed7ecd90b1a0cd36f7d74cdb1c1a /doc/src/sgml/ref/alter_subscription.sgml
parentb08df9cab777427fdafe633ca7b8abf29817aa55 (diff)
downloadpostgresql-f0cfff9da2c577a19dd6a15ffc7b404693b700bc.tar.gz
postgresql-f0cfff9da2c577a19dd6a15ffc7b404693b700bc.zip
doc: Whitespace fixes in man pages
Diffstat (limited to 'doc/src/sgml/ref/alter_subscription.sgml')
-rw-r--r--doc/src/sgml/ref/alter_subscription.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_subscription.sgml b/doc/src/sgml/ref/alter_subscription.sgml
index bead99622e4..b1b7765d76c 100644
--- a/doc/src/sgml/ref/alter_subscription.sgml
+++ b/doc/src/sgml/ref/alter_subscription.sgml
@@ -204,8 +204,7 @@ ALTER SUBSCRIPTION mysub SET PUBLICATION insert_only;
Disable (stop) the subscription:
<programlisting>
ALTER SUBSCRIPTION mysub DISABLE;
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1>