mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
doc: Markup and formatting improvements
This commit is contained in:
parent
dc02c7bca4
commit
a2760915b3
@ -25,11 +25,11 @@ ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> WITH ( <rep
|
|||||||
|
|
||||||
<phrase>where <replaceable class="PARAMETER">option</replaceable> can be:</phrase>
|
<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> 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> CONNECTION '<replaceable>conninfo</replaceable>'
|
||||||
ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> SET PUBLICATION publication_name [, ...]
|
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> ENABLE
|
||||||
ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> DISABLE
|
ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> DISABLE
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
@ -21,13 +21,16 @@ PostgreSQL documentation
|
|||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<synopsis>
|
<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>
|
<phrase>where <replaceable class="PARAMETER">option</replaceable> can be:</phrase>
|
||||||
|
|
||||||
| ENABLED | DISABLED
|
| ENABLED | DISABLED
|
||||||
| CREATE SLOT | NOCREATE SLOT
|
| CREATE SLOT | NOCREATE SLOT
|
||||||
| SLOT NAME = slot_name
|
| SLOT NAME = <replaceable class="PARAMETER">slot_name</replaceable>
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
@ -57,8 +57,8 @@ DROP SUBSCRIPTION [ IF EXISTS ] <replaceable class="parameter">name</replaceable
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><replaceable class="parameter">DROP SLOT</replaceable></term>
|
<term><literal>DROP SLOT</literal></term>
|
||||||
<term><replaceable class="parameter">NODROP SLOT</replaceable></term>
|
<term><literal>NODROP SLOT</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specifies whether to drop the replication slot on the publisher. The
|
Specifies whether to drop the replication slot on the publisher. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user