1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Clarify restrict_nonsystem_relation_kind description.

This change improves the description of the
restrict_nonsystem_relation_kind parameter in guc_table.c and the
documentation for better clarity.

Backpatch to 12, where this GUC parameter was introduced.

Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/6a96f1af-22b4-4a80-8161-1f26606b9ee2%40eisentraut.org
Backpatch-through: 12
This commit is contained in:
Masahiko Sawada
2024-08-30 15:06:09 -07:00
parent 0e5c823806
commit d7613ea72f
2 changed files with 4 additions and 4 deletions

View File

@ -4774,7 +4774,7 @@ struct config_string ConfigureNamesString[] =
{
{"restrict_nonsystem_relation_kind", PGC_USERSET, CLIENT_CONN_STATEMENT,
gettext_noop("Sets relation kinds of non-system relation to restrict use"),
gettext_noop("Prohibits access to non-system relations of specified kinds."),
NULL,
GUC_LIST_INPUT | GUC_NOT_IN_SAMPLE
},