mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
doc: Fix order of protocol messages in listing
Move GSSENCRequest to the correct alphabetical position.
This commit is contained in:
@ -4858,6 +4858,44 @@ FunctionCallResponse (B)
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
GSSENCRequest (F)
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
Int32(8)
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Length of message contents in bytes, including self.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
Int32(80877104)
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The <acronym>GSSAPI</acronym> Encryption request code. The value is chosen to contain
|
||||||
|
<literal>1234</literal> in the most significant 16 bits, and <literal>5680</literal> in the
|
||||||
|
least significant 16 bits. (To avoid confusion, this code
|
||||||
|
must not be the same as any protocol version number.)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
GSSResponse (F)
|
GSSResponse (F)
|
||||||
@ -5823,43 +5861,6 @@ SSLRequest (F)
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>
|
|
||||||
GSSENCRequest (F)
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
|
|
||||||
<variablelist>
|
|
||||||
<varlistentry>
|
|
||||||
<term>
|
|
||||||
Int32(8)
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Length of message contents in bytes, including self.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>
|
|
||||||
Int32(80877104)
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
The <acronym>GSSAPI</acronym> Encryption request code. The value is chosen to contain
|
|
||||||
<literal>1234</literal> in the most significant 16 bits, and <literal>5680</literal> in the
|
|
||||||
least significant 16 bits. (To avoid confusion, this code
|
|
||||||
must not be the same as any protocol version number.)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
|
Reference in New Issue
Block a user