diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-04-07 22:42:03 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-04-07 22:45:39 -0400 |
commit | f0e44021dfbdd37cb72aea71e3b3cf8b0397f9c5 (patch) | |
tree | 4d3b9b5463742245d6b952c4258c6f9b1e0afebb /doc/src/sgml/ref/create_subscription.sgml | |
parent | c63172d60f242ad3581c83723a5b315bbe547a0e (diff) | |
download | postgresql-f0e44021dfbdd37cb72aea71e3b3cf8b0397f9c5.tar.gz postgresql-f0e44021dfbdd37cb72aea71e3b3cf8b0397f9c5.zip |
doc: Add some markup
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 |