Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3a3311

Browse files
Clarify restrict_nonsystem_relation_kind description.
This change improves the description of therestrict_nonsystem_relation_kind parameter in guc_table.c and thedocumentation for better clarity.Backpatch to 12, where this GUC parameter was introduced.Reviewed-by: Peter EisentrautDiscussion:https://postgr.es/m/6a96f1af-22b4-4a80-8161-1f26606b9ee2%40eisentraut.orgBackpatch-through: 12
1 parent80d9c07 commitf3a3311

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9573,9 +9573,9 @@ SET XML OPTION { DOCUMENT | CONTENT };
95739573
</term>
95749574
<listitem>
95759575
<para>
9576-
This variable specifiesrelationkind to which access isrestricted.
9577-
It containsa comma-separated list of relationkind. Currently, the
9578-
supported relation kinds are <literal>view</literal> and
9576+
Setrelationkinds for which accessto non-system relationsisprohibited.
9577+
The value takes the form ofa comma-separated list of relationkinds.
9578+
Currently, thesupported relation kinds are <literal>view</literal> and
95799579
<literal>foreign-table</literal>.
95809580
</para>
95819581
</listitem>

‎src/backend/utils/misc/guc_tables.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4552,7 +4552,7 @@ struct config_string ConfigureNamesString[] =
45524552

45534553
{
45544554
{"restrict_nonsystem_relation_kind",PGC_USERSET,CLIENT_CONN_STATEMENT,
4555-
gettext_noop("Sets relation kinds ofnon-systemrelation to restrict use"),
4555+
gettext_noop("Prohibits access tonon-systemrelations of specified kinds."),
45564556
NULL,
45574557
GUC_LIST_INPUT |GUC_NOT_IN_SAMPLE
45584558
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp