mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +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:
@ -186,7 +186,7 @@ ALTER SERVER testserver1 OPTIONS (
|
||||
--requirepeer 'value',
|
||||
krbsrvname 'value',
|
||||
gsslib 'value',
|
||||
gssdeleg 'value'
|
||||
gssdelegation 'value'
|
||||
--replication 'value'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user