aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_publication.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/create_publication.sgml')
-rw-r--r--doc/src/sgml/ref/create_publication.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml
index 48be4763747..c5299dd74e5 100644
--- a/doc/src/sgml/ref/create_publication.sgml
+++ b/doc/src/sgml/ref/create_publication.sgml
@@ -191,8 +191,7 @@ CREATE PUBLICATION alltables FOR ALL TABLES;
<programlisting>
CREATE PUBLICATION insert_only FOR TABLE mydata
WITH (publish = 'insert');
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1>