mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Expand some more uses of "deleg" to "delegation" or "delegated".
Complete the task begun in 9c0a0e2ed
: we don't want to use the
abbreviation "deleg" for GSS delegation in any user-visible places.
(For consistency, this also changes most internal uses too.)
Abhijit Menon-Sen and Tom Lane
Discussion: https://postgr.es/m/949048.1684639317@sss.pgh.pa.us
This commit is contained in:
@ -2054,8 +2054,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libpq-connect-gssdeleg" xreflabel="gssdeleg">
|
||||
<term><literal>gssdeleg</literal></term>
|
||||
<varlistentry id="libpq-connect-gssdelegation" xreflabel="gssdelegation">
|
||||
<term><literal>gssdelegation</literal></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Forward (delegate) GSS credentials to the server. The default is
|
||||
@ -8271,10 +8271,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
|
||||
<listitem>
|
||||
<para>
|
||||
<indexterm>
|
||||
<primary><envar>PGGSSDELEG</envar></primary>
|
||||
<primary><envar>PGGSSDELEGATION</envar></primary>
|
||||
</indexterm>
|
||||
<envar>PGGSSDELEG</envar> behaves the same as the <xref
|
||||
linkend="libpq-connect-gssdeleg"/> connection parameter.
|
||||
<envar>PGGSSDELEGATION</envar> behaves the same as the <xref
|
||||
linkend="libpq-connect-gssdelegation"/> connection parameter.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user