]> granicus.if.org Git - postgresql/commitdiff
doc: Markup and formatting improvements
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 22 Mar 2017 19:11:13 +0000 (15:11 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 22 Mar 2017 19:27:40 +0000 (15:27 -0400)
doc/src/sgml/ref/alter_subscription.sgml
doc/src/sgml/ref/create_subscription.sgml
doc/src/sgml/ref/drop_subscription.sgml

index 032ecbb885e11498baf764d11d6d6a3b481b65ef..5e18e2ff6c1e4a9eefc5490fe0419a7113ba5871 100644 (file)
@@ -25,11 +25,11 @@ ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> WITH ( <rep
 
 <phrase>where <replaceable class="PARAMETER">option</replaceable> can be:</phrase>
 
-  SLOT NAME = slot_name
+  SLOT NAME = <replaceable class="PARAMETER">slot_name</replaceable>
 
 ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> OWNER TO { <replaceable>new_owner</replaceable> | CURRENT_USER | SESSION_USER }
-ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> CONNECTION 'conninfo'
-ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> SET PUBLICATION publication_name [, ...]
+ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> CONNECTION '<replaceable>conninfo</replaceable>'
+ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> SET PUBLICATION <replaceable>publication_name</replaceable> [, ...]
 ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> ENABLE
 ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> DISABLE
 </synopsis>
index 9bed26219c684129a48af03a987d7eb478aa38ae..e2000767003700a66d338d73a21badbbbb3b0c95 100644 (file)
@@ -21,13 +21,16 @@ PostgreSQL documentation
 
  <refsynopsisdiv>
 <synopsis>
-CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceable> CONNECTION 'conninfo' PUBLICATION { publication_name [, ...] } [ WITH ( <replaceable class="PARAMETER">option</replaceable> [, ... ] ) ]
+CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceable>
+    CONNECTION '<replaceable class="PARAMETER">conninfo</replaceable>'
+    PUBLICATION { <replaceable class="PARAMETER">publication_name</replaceable> [, ...] }
+    [ WITH ( <replaceable class="PARAMETER">option</replaceable> [, ... ] ) ]
 
 <phrase>where <replaceable class="PARAMETER">option</replaceable> can be:</phrase>
 
     | ENABLED | DISABLED
     | CREATE SLOT | NOCREATE SLOT
-    | SLOT NAME = slot_name
+    | SLOT NAME = <replaceable class="PARAMETER">slot_name</replaceable>
 </synopsis>
  </refsynopsisdiv>
 
index f5e449a9a5246c1bab9188926fcaa70ce4257015..f1ac12505773b0b1a6713a45102e297055e3fda8 100644 (file)
@@ -57,8 +57,8 @@ DROP SUBSCRIPTION [ IF EXISTS ] <replaceable class="parameter">name</replaceable
    </varlistentry>
 
    <varlistentry>
-    <term><replaceable class="parameter">DROP SLOT</replaceable></term>
-    <term><replaceable class="parameter">NODROP SLOT</replaceable></term>
+    <term><literal>DROP SLOT</literal></term>
+    <term><literal>NODROP SLOT</literal></term>
     <listitem>
      <para>
       Specifies whether to drop the replication slot on the publisher.  The