From a2eb99a01e015a76682911ae3980762f6ee6ac8c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 21 May 2023 10:55:18 -0400 Subject: 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 --- contrib/postgres_fdw/sql/postgres_fdw.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/postgres_fdw/sql/postgres_fdw.sql') diff --git a/contrib/postgres_fdw/sql/postgres_fdw.sql b/contrib/postgres_fdw/sql/postgres_fdw.sql index 15f3af6c293..b54903ad8fa 100644 --- a/contrib/postgres_fdw/sql/postgres_fdw.sql +++ b/contrib/postgres_fdw/sql/postgres_fdw.sql @@ -186,7 +186,7 @@ ALTER SERVER testserver1 OPTIONS ( --requirepeer 'value', krbsrvname 'value', gsslib 'value', - gssdeleg 'value' + gssdelegation 'value' --replication 'value' ); -- cgit v1.2.3