diff options
Diffstat (limited to 'doc/src/sgml/ref/create_subscription.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_subscription.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 8f3c30b9b01..3410d6fc8c2 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -136,8 +136,8 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl </varlistentry> <varlistentry> - <term>COPY DATA</term> - <term>NOCOPY DATA</term> + <term><literal>COPY DATA</literal></term> + <term><literal>NOCOPY DATA</literal></term> <listitem> <para> Specifies if the existing data in the publications that are being @@ -148,7 +148,7 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl </varlistentry> <varlistentry> - <term>NOCONNECT</term> + <term><literal>NOCONNECT</literal></term> <listitem> <para> Instructs <command>CREATE SUBSCRIPTION</command> to skip the initial |