citus/src
Hanefi Önaldı e534dbae4a
Accept list of values in a supported ALTER ROLE .. SET statement
Some GUCs support a list of values which is indicated by GUC_LIST_INPUT flag.

When an ALTER ROLE .. SET statement is executed, the new configuration
default for affected users and databases are stored in the
setconfig(text[]) column in a pg_db_role_setting record.

If a GUC that supports a list of values is used in an ALTER ROLE .. SET
statement, we need to split the text into items delimited by commas.
2020-07-21 03:49:57 +03:00
..
backend Accept list of values in a supported ALTER ROLE .. SET statement 2020-07-21 03:49:57 +03:00
include Accept list of values in a supported ALTER ROLE .. SET statement 2020-07-21 03:49:57 +03:00
test Accept list of values in a supported ALTER ROLE .. SET statement 2020-07-21 03:49:57 +03:00