mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
Add id's to various elements in protocol.sgml
For easier direct linking. Author: Brar Piening <brar@gmx.de> Discussion: https://www.postgresql.org/message-id/flat/dbad4f77-4dce-1b05-2b65-831acb5d5b66@gmx.de
This commit is contained in:
parent
506035b0b8
commit
e58791c6ad
@ -342,7 +342,7 @@ postgres=# select * from pg_logical_slot_get_changes('regression_slot', NULL, NU
|
|||||||
<title>Exported Snapshots</title>
|
<title>Exported Snapshots</title>
|
||||||
<para>
|
<para>
|
||||||
When a new replication slot is created using the streaming replication
|
When a new replication slot is created using the streaming replication
|
||||||
interface (see <xref linkend="protocol-replication-create-slot"/>), a
|
interface (see <xref linkend="protocol-replication-create-replication-slot"/>), a
|
||||||
snapshot is exported
|
snapshot is exported
|
||||||
(see <xref linkend="functions-snapshot-synchronization"/>), which will show
|
(see <xref linkend="functions-snapshot-synchronization"/>), which will show
|
||||||
exactly the state of the database after which all changes will be
|
exactly the state of the database after which all changes will be
|
||||||
|
@ -1810,7 +1810,7 @@ Replication commands are logged in the server log when
|
|||||||
<para>
|
<para>
|
||||||
The commands accepted in replication mode are:
|
The commands accepted in replication mode are:
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-identify-system">
|
||||||
<term><literal>IDENTIFY_SYSTEM</literal>
|
<term><literal>IDENTIFY_SYSTEM</literal>
|
||||||
<indexterm><primary>IDENTIFY_SYSTEM</primary></indexterm>
|
<indexterm><primary>IDENTIFY_SYSTEM</primary></indexterm>
|
||||||
</term>
|
</term>
|
||||||
@ -1875,7 +1875,7 @@ The commands accepted in replication mode are:
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-show">
|
||||||
<term><literal>SHOW</literal> <replaceable class="parameter">name</replaceable>
|
<term><literal>SHOW</literal> <replaceable class="parameter">name</replaceable>
|
||||||
<indexterm><primary>SHOW</primary></indexterm>
|
<indexterm><primary>SHOW</primary></indexterm>
|
||||||
</term>
|
</term>
|
||||||
@ -1899,7 +1899,7 @@ The commands accepted in replication mode are:
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-timeline-history">
|
||||||
<term><literal>TIMELINE_HISTORY</literal> <replaceable class="parameter">tli</replaceable>
|
<term><literal>TIMELINE_HISTORY</literal> <replaceable class="parameter">tli</replaceable>
|
||||||
<indexterm><primary>TIMELINE_HISTORY</primary></indexterm>
|
<indexterm><primary>TIMELINE_HISTORY</primary></indexterm>
|
||||||
</term>
|
</term>
|
||||||
@ -1941,7 +1941,7 @@ The commands accepted in replication mode are:
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="protocol-replication-create-slot" xreflabel="CREATE_REPLICATION_SLOT">
|
<varlistentry id="protocol-replication-create-replication-slot" xreflabel="CREATE_REPLICATION_SLOT">
|
||||||
<term><literal>CREATE_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable> [ <literal>TEMPORARY</literal> ] { <literal>PHYSICAL</literal> | <literal>LOGICAL</literal> } [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
|
<term><literal>CREATE_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable> [ <literal>TEMPORARY</literal> ] { <literal>PHYSICAL</literal> | <literal>LOGICAL</literal> } [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
|
||||||
<indexterm><primary>CREATE_REPLICATION_SLOT</primary></indexterm>
|
<indexterm><primary>CREATE_REPLICATION_SLOT</primary></indexterm>
|
||||||
</term>
|
</term>
|
||||||
@ -2084,7 +2084,7 @@ The commands accepted in replication mode are:
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-create-replication-slot-legacy">
|
||||||
<term><literal>CREATE_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable> [ <literal>TEMPORARY</literal> ] { <literal>PHYSICAL</literal> [ <literal>RESERVE_WAL</literal> ] | <literal>LOGICAL</literal> <replaceable class="parameter">output_plugin</replaceable> [ <literal>EXPORT_SNAPSHOT</literal> | <literal>NOEXPORT_SNAPSHOT</literal> | <literal>USE_SNAPSHOT</literal> | <literal>TWO_PHASE</literal> ] }
|
<term><literal>CREATE_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable> [ <literal>TEMPORARY</literal> ] { <literal>PHYSICAL</literal> [ <literal>RESERVE_WAL</literal> ] | <literal>LOGICAL</literal> <replaceable class="parameter">output_plugin</replaceable> [ <literal>EXPORT_SNAPSHOT</literal> | <literal>NOEXPORT_SNAPSHOT</literal> | <literal>USE_SNAPSHOT</literal> | <literal>TWO_PHASE</literal> ] }
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -2095,7 +2095,7 @@ The commands accepted in replication mode are:
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-read-replication-slot">
|
||||||
<term><literal>READ_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable>
|
<term><literal>READ_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable>
|
||||||
<indexterm><primary>READ_REPLICATION_SLOT</primary></indexterm>
|
<indexterm><primary>READ_REPLICATION_SLOT</primary></indexterm>
|
||||||
</term>
|
</term>
|
||||||
@ -2143,7 +2143,7 @@ The commands accepted in replication mode are:
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-start-replication">
|
||||||
<term><literal>START_REPLICATION</literal> [ <literal>SLOT</literal> <replaceable class="parameter">slot_name</replaceable> ] [ <literal>PHYSICAL</literal> ] <replaceable class="parameter">XXX/XXX</replaceable> [ <literal>TIMELINE</literal> <replaceable class="parameter">tli</replaceable> ]
|
<term><literal>START_REPLICATION</literal> [ <literal>SLOT</literal> <replaceable class="parameter">slot_name</replaceable> ] [ <literal>PHYSICAL</literal> ] <replaceable class="parameter">XXX/XXX</replaceable> [ <literal>TIMELINE</literal> <replaceable class="parameter">tli</replaceable> ]
|
||||||
<indexterm><primary>START_REPLICATION</primary></indexterm>
|
<indexterm><primary>START_REPLICATION</primary></indexterm>
|
||||||
</term>
|
</term>
|
||||||
@ -2201,7 +2201,7 @@ The commands accepted in replication mode are:
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-xlogdata">
|
||||||
<term>
|
<term>
|
||||||
XLogData (B)
|
XLogData (B)
|
||||||
</term>
|
</term>
|
||||||
@ -2270,7 +2270,7 @@ The commands accepted in replication mode are:
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-primary-keepalive-message">
|
||||||
<term>
|
<term>
|
||||||
Primary keepalive message (B)
|
Primary keepalive message (B)
|
||||||
</term>
|
</term>
|
||||||
@ -2334,7 +2334,7 @@ The commands accepted in replication mode are:
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-standby-status-update">
|
||||||
<term>
|
<term>
|
||||||
Standby status update (F)
|
Standby status update (F)
|
||||||
</term>
|
</term>
|
||||||
@ -2415,7 +2415,7 @@ The commands accepted in replication mode are:
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-hot-standby-feedback-message">
|
||||||
<term>
|
<term>
|
||||||
Hot Standby feedback message (F)
|
Hot Standby feedback message (F)
|
||||||
</term>
|
</term>
|
||||||
@ -2497,7 +2497,7 @@ The commands accepted in replication mode are:
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-start-replication-slot-logical">
|
||||||
<term><literal>START_REPLICATION</literal> <literal>SLOT</literal> <replaceable class="parameter">slot_name</replaceable> <literal>LOGICAL</literal> <replaceable class="parameter">XXX/XXX</replaceable> [ ( <replaceable>option_name</replaceable> [ <replaceable>option_value</replaceable> ] [, ...] ) ]</term>
|
<term><literal>START_REPLICATION</literal> <literal>SLOT</literal> <replaceable class="parameter">slot_name</replaceable> <literal>LOGICAL</literal> <replaceable class="parameter">XXX/XXX</replaceable> [ ( <replaceable>option_name</replaceable> [ <replaceable>option_value</replaceable> ] [, ...] ) ]</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
@ -2572,7 +2572,7 @@ The commands accepted in replication mode are:
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-replication-drop-replication-slot">
|
||||||
<term>
|
<term>
|
||||||
<literal>DROP_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable> <optional> <literal>WAIT</literal> </optional>
|
<literal>DROP_REPLICATION_SLOT</literal> <replaceable class="parameter">slot_name</replaceable> <optional> <literal>WAIT</literal> </optional>
|
||||||
<indexterm><primary>DROP_REPLICATION_SLOT</primary></indexterm>
|
<indexterm><primary>DROP_REPLICATION_SLOT</primary></indexterm>
|
||||||
@ -3266,7 +3266,7 @@ of any individual CopyData message cannot be interpretable on their own.)
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationOk">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationOk (B)
|
AuthenticationOk (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3311,7 +3311,7 @@ AuthenticationOk (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationKerberosV5">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationKerberosV5 (B)
|
AuthenticationKerberosV5 (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3355,7 +3355,7 @@ AuthenticationKerberosV5 (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationCleartextPassword">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationCleartextPassword (B)
|
AuthenticationCleartextPassword (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3399,7 +3399,7 @@ AuthenticationCleartextPassword (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationMD5Password">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationMD5Password (B)
|
AuthenticationMD5Password (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3454,7 +3454,7 @@ AuthenticationMD5Password (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationSCMCredential">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationSCMCredential (B)
|
AuthenticationSCMCredential (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3499,7 +3499,7 @@ AuthenticationSCMCredential (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationGSS">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationGSS (B)
|
AuthenticationGSS (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3544,7 +3544,7 @@ AuthenticationGSS (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationGSSContinue">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationGSSContinue (B)
|
AuthenticationGSSContinue (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3599,7 +3599,7 @@ AuthenticationGSSContinue (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationSSPI">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationSSPI (B)
|
AuthenticationSSPI (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3644,7 +3644,7 @@ AuthenticationSSPI (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationSASL">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationSASL (B)
|
AuthenticationSASL (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3705,7 +3705,7 @@ following:
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationSASLContinue">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationSASLContinue (B)
|
AuthenticationSASLContinue (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3760,7 +3760,7 @@ AuthenticationSASLContinue (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-AuthenticationSASLFinal">
|
||||||
<term>
|
<term>
|
||||||
AuthenticationSASLFinal (B)
|
AuthenticationSASLFinal (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3816,7 +3816,7 @@ AuthenticationSASLFinal (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-BackendKeyData">
|
||||||
<term>
|
<term>
|
||||||
BackendKeyData (B)
|
BackendKeyData (B)
|
||||||
</term>
|
</term>
|
||||||
@ -3873,7 +3873,7 @@ BackendKeyData (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Bind">
|
||||||
<term>
|
<term>
|
||||||
Bind (F)
|
Bind (F)
|
||||||
</term>
|
</term>
|
||||||
@ -4026,7 +4026,7 @@ Bind (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-BindComplete">
|
||||||
<term>
|
<term>
|
||||||
BindComplete (B)
|
BindComplete (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4061,7 +4061,7 @@ BindComplete (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CancelRequest">
|
||||||
<term>
|
<term>
|
||||||
CancelRequest (F)
|
CancelRequest (F)
|
||||||
</term>
|
</term>
|
||||||
@ -4119,7 +4119,7 @@ CancelRequest (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Close">
|
||||||
<term>
|
<term>
|
||||||
Close (F)
|
Close (F)
|
||||||
</term>
|
</term>
|
||||||
@ -4176,7 +4176,7 @@ Close (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CloseComplete">
|
||||||
<term>
|
<term>
|
||||||
CloseComplete (B)
|
CloseComplete (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4211,7 +4211,7 @@ CloseComplete (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CommandComplete">
|
||||||
<term>
|
<term>
|
||||||
CommandComplete (B)
|
CommandComplete (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4310,7 +4310,7 @@ CommandComplete (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CopyData">
|
||||||
<term>
|
<term>
|
||||||
CopyData (F & B)
|
CopyData (F & B)
|
||||||
</term>
|
</term>
|
||||||
@ -4356,7 +4356,7 @@ CopyData (F & B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CopyDone">
|
||||||
<term>
|
<term>
|
||||||
CopyDone (F & B)
|
CopyDone (F & B)
|
||||||
</term>
|
</term>
|
||||||
@ -4391,7 +4391,7 @@ CopyDone (F & B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CopyFail">
|
||||||
<term>
|
<term>
|
||||||
CopyFail (F)
|
CopyFail (F)
|
||||||
</term>
|
</term>
|
||||||
@ -4436,7 +4436,7 @@ CopyFail (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CopyInResponse">
|
||||||
<term>
|
<term>
|
||||||
CopyInResponse (B)
|
CopyInResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4512,7 +4512,7 @@ CopyInResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CopyOutResponse">
|
||||||
<term>
|
<term>
|
||||||
CopyOutResponse (B)
|
CopyOutResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4585,7 +4585,7 @@ CopyOutResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-CopyBothResponse">
|
||||||
<term>
|
<term>
|
||||||
CopyBothResponse (B)
|
CopyBothResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4658,7 +4658,7 @@ CopyBothResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-DataRow">
|
||||||
<term>
|
<term>
|
||||||
DataRow (B)
|
DataRow (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4730,7 +4730,7 @@ DataRow (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Describe">
|
||||||
<term>
|
<term>
|
||||||
Describe (F)
|
Describe (F)
|
||||||
</term>
|
</term>
|
||||||
@ -4787,7 +4787,7 @@ Describe (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-EmptyQueryResponse">
|
||||||
<term>
|
<term>
|
||||||
EmptyQueryResponse (B)
|
EmptyQueryResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4823,7 +4823,7 @@ EmptyQueryResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-ErrorResponse">
|
||||||
<term>
|
<term>
|
||||||
ErrorResponse (B)
|
ErrorResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -4889,7 +4889,7 @@ ErrorResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Execute">
|
||||||
<term>
|
<term>
|
||||||
Execute (F)
|
Execute (F)
|
||||||
</term>
|
</term>
|
||||||
@ -4946,7 +4946,7 @@ Execute (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Flush">
|
||||||
<term>
|
<term>
|
||||||
Flush (F)
|
Flush (F)
|
||||||
</term>
|
</term>
|
||||||
@ -4981,7 +4981,7 @@ Flush (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-FunctionCall">
|
||||||
<term>
|
<term>
|
||||||
FunctionCall (F)
|
FunctionCall (F)
|
||||||
</term>
|
</term>
|
||||||
@ -5106,7 +5106,7 @@ FunctionCall (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-FunctionCallResponse">
|
||||||
<term>
|
<term>
|
||||||
FunctionCallResponse (B)
|
FunctionCallResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5166,7 +5166,7 @@ FunctionCallResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-GSSENCRequest">
|
||||||
<term>
|
<term>
|
||||||
GSSENCRequest (F)
|
GSSENCRequest (F)
|
||||||
</term>
|
</term>
|
||||||
@ -5204,7 +5204,7 @@ GSSENCRequest (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-GSSResponse">
|
||||||
<term>
|
<term>
|
||||||
GSSResponse (F)
|
GSSResponse (F)
|
||||||
</term>
|
</term>
|
||||||
@ -5249,7 +5249,7 @@ GSSResponse (F)
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-NegotiateProtocolVersion">
|
||||||
<term>
|
<term>
|
||||||
NegotiateProtocolVersion (B)
|
NegotiateProtocolVersion (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5318,7 +5318,7 @@ NegotiateProtocolVersion (B)
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-NoData">
|
||||||
<term>
|
<term>
|
||||||
NoData (B)
|
NoData (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5353,7 +5353,7 @@ NoData (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-NoticeResponse">
|
||||||
<term>
|
<term>
|
||||||
NoticeResponse (B)
|
NoticeResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5419,7 +5419,7 @@ NoticeResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-NotificationResponse">
|
||||||
<term>
|
<term>
|
||||||
NotificationResponse (B)
|
NotificationResponse (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5484,7 +5484,7 @@ NotificationResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-ParameterDescription">
|
||||||
<term>
|
<term>
|
||||||
ParameterDescription (B)
|
ParameterDescription (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5542,7 +5542,7 @@ ParameterDescription (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-ParameterStatus">
|
||||||
<term>
|
<term>
|
||||||
ParameterStatus (B)
|
ParameterStatus (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5596,7 +5596,7 @@ ParameterStatus (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Parse">
|
||||||
<term>
|
<term>
|
||||||
Parse (F)
|
Parse (F)
|
||||||
</term>
|
</term>
|
||||||
@ -5680,7 +5680,7 @@ Parse (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-ParseComplete">
|
||||||
<term>
|
<term>
|
||||||
ParseComplete (B)
|
ParseComplete (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5715,7 +5715,7 @@ ParseComplete (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-PasswordMessage">
|
||||||
<term>
|
<term>
|
||||||
PasswordMessage (F)
|
PasswordMessage (F)
|
||||||
</term>
|
</term>
|
||||||
@ -5761,7 +5761,7 @@ PasswordMessage (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-PortalSuspended">
|
||||||
<term>
|
<term>
|
||||||
PortalSuspended (B)
|
PortalSuspended (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5798,7 +5798,7 @@ PortalSuspended (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Query">
|
||||||
<term>
|
<term>
|
||||||
Query (F)
|
Query (F)
|
||||||
</term>
|
</term>
|
||||||
@ -5843,7 +5843,7 @@ Query (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-ReadyForQuery">
|
||||||
<term>
|
<term>
|
||||||
ReadyForQuery (B)
|
ReadyForQuery (B)
|
||||||
</term>
|
</term>
|
||||||
@ -5893,7 +5893,7 @@ ReadyForQuery (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-RowDescription">
|
||||||
<term>
|
<term>
|
||||||
RowDescription (B)
|
RowDescription (B)
|
||||||
</term>
|
</term>
|
||||||
@ -6018,7 +6018,7 @@ RowDescription (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-SASLInitialResponse">
|
||||||
<term>
|
<term>
|
||||||
SASLInitialResponse (F)
|
SASLInitialResponse (F)
|
||||||
</term>
|
</term>
|
||||||
@ -6086,7 +6086,7 @@ SASLInitialResponse (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-SASLResponse">
|
||||||
<term>
|
<term>
|
||||||
SASLResponse (F)
|
SASLResponse (F)
|
||||||
</term>
|
</term>
|
||||||
@ -6132,7 +6132,7 @@ SASLResponse (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-SSLRequest">
|
||||||
<term>
|
<term>
|
||||||
SSLRequest (F)
|
SSLRequest (F)
|
||||||
</term>
|
</term>
|
||||||
@ -6170,7 +6170,7 @@ SSLRequest (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-StartupMessage">
|
||||||
<term>
|
<term>
|
||||||
StartupMessage (F)
|
StartupMessage (F)
|
||||||
</term>
|
</term>
|
||||||
@ -6299,7 +6299,7 @@ StartupMessage (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Sync">
|
||||||
<term>
|
<term>
|
||||||
Sync (F)
|
Sync (F)
|
||||||
</term>
|
</term>
|
||||||
@ -6334,7 +6334,7 @@ Sync (F)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-message-formats-Terminate">
|
||||||
<term>
|
<term>
|
||||||
Terminate (F)
|
Terminate (F)
|
||||||
</term>
|
</term>
|
||||||
@ -6665,7 +6665,7 @@ flow as physical replication.
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Begin">
|
||||||
<term>
|
<term>
|
||||||
Begin
|
Begin
|
||||||
</term>
|
</term>
|
||||||
@ -6720,7 +6720,7 @@ Begin
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Message">
|
||||||
<term>
|
<term>
|
||||||
Message
|
Message
|
||||||
</term>
|
</term>
|
||||||
@ -6808,7 +6808,7 @@ Message
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Commit">
|
||||||
<term>
|
<term>
|
||||||
Commit
|
Commit
|
||||||
</term>
|
</term>
|
||||||
@ -6873,7 +6873,7 @@ Commit
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Origin">
|
||||||
<term>
|
<term>
|
||||||
Origin
|
Origin
|
||||||
</term>
|
</term>
|
||||||
@ -6922,7 +6922,7 @@ Origin
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Relation">
|
||||||
<term>
|
<term>
|
||||||
Relation
|
Relation
|
||||||
</term>
|
</term>
|
||||||
@ -7054,7 +7054,7 @@ Relation
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Type">
|
||||||
<term>
|
<term>
|
||||||
Type
|
Type
|
||||||
</term>
|
</term>
|
||||||
@ -7119,7 +7119,7 @@ Type
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Insert">
|
||||||
<term>
|
<term>
|
||||||
Insert
|
Insert
|
||||||
</term>
|
</term>
|
||||||
@ -7186,7 +7186,7 @@ Insert
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Update">
|
||||||
<term>
|
<term>
|
||||||
Update
|
Update
|
||||||
</term>
|
</term>
|
||||||
@ -7300,7 +7300,7 @@ Update
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Delete">
|
||||||
<term>
|
<term>
|
||||||
Delete
|
Delete
|
||||||
</term>
|
</term>
|
||||||
@ -7389,7 +7389,7 @@ Delete
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Truncate">
|
||||||
<term>
|
<term>
|
||||||
Truncate
|
Truncate
|
||||||
</term>
|
</term>
|
||||||
@ -7467,7 +7467,7 @@ Stream Abort) are available since protocol version 2.
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Stream-Start">
|
||||||
<term>
|
<term>
|
||||||
Stream Start
|
Stream Start
|
||||||
</term>
|
</term>
|
||||||
@ -7512,7 +7512,7 @@ Stream Start
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Stream-Stop">
|
||||||
<term>
|
<term>
|
||||||
Stream Stop
|
Stream Stop
|
||||||
</term>
|
</term>
|
||||||
@ -7536,7 +7536,7 @@ Stream Stop
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Stream-Commit">
|
||||||
<term>
|
<term>
|
||||||
Stream Commit
|
Stream Commit
|
||||||
</term>
|
</term>
|
||||||
@ -7611,7 +7611,7 @@ Stream Commit
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Stream-Abort">
|
||||||
<term>
|
<term>
|
||||||
Stream Abort
|
Stream Abort
|
||||||
</term>
|
</term>
|
||||||
@ -7665,7 +7665,7 @@ are available since protocol version 3.
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Begin-Prepare">
|
||||||
|
|
||||||
<term>Begin Prepare</term>
|
<term>Begin Prepare</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -7730,7 +7730,7 @@ are available since protocol version 3.
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Prepare">
|
||||||
|
|
||||||
<term>Prepare</term>
|
<term>Prepare</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -7804,7 +7804,7 @@ are available since protocol version 3.
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Commit-Prepared">
|
||||||
|
|
||||||
<term>Commit Prepared</term>
|
<term>Commit Prepared</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -7878,7 +7878,7 @@ are available since protocol version 3.
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Rollback-Prepared">
|
||||||
|
|
||||||
<term>Rollback Prepared</term>
|
<term>Rollback Prepared</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -7962,7 +7962,7 @@ are available since protocol version 3.
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-Stream-Prepare">
|
||||||
|
|
||||||
<term>Stream Prepare</term>
|
<term>Stream Prepare</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -8046,7 +8046,7 @@ The following message parts are shared by the above messages.
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="protocol-logicalrep-message-formats-TupleData">
|
||||||
<term>
|
<term>
|
||||||
TupleData
|
TupleData
|
||||||
</term>
|
</term>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user