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

Commit187d8bb

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 parent7589d5c commit187d8bb

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
@@ -8590,9 +8590,9 @@ SET XML OPTION { DOCUMENT | CONTENT };
85908590
</term>
85918591
<listitem>
85928592
<para>
8593-
This variable specifiesrelationkind to which access isrestricted.
8594-
It containsa comma-separated list of relationkind. Currently, the
8595-
supported relation kinds are <literal>view</literal> and
8593+
Setrelationkinds for which accessto non-system relationsisprohibited.
8594+
The value takes the form ofa comma-separated list of relationkinds.
8595+
Currently, thesupported relation kinds are <literal>view</literal> and
85968596
<literal>foreign-table</literal>.
85978597
</para>
85988598
</listitem>

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

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

44464446
{
44474447
{"restrict_nonsystem_relation_kind",PGC_USERSET,CLIENT_CONN_STATEMENT,
4448-
gettext_noop("Sets relation kinds ofnon-systemrelation to restrict use"),
4448+
gettext_noop("Prohibits access tonon-systemrelations of specified kinds."),
44494449
NULL,
44504450
GUC_LIST_INPUT |GUC_NOT_IN_SAMPLE
44514451
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp