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

Commit0776724

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 parent8749d85 commit0776724

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
@@ -9822,9 +9822,9 @@ SET XML OPTION { DOCUMENT | CONTENT };
98229822
</term>
98239823
<listitem>
98249824
<para>
9825-
This variable specifiesrelationkind to which access isrestricted.
9826-
It containsa comma-separated list of relationkind. Currently, the
9827-
supported relation kinds are <literal>view</literal> and
9825+
Setrelationkinds for which accessto non-system relationsisprohibited.
9826+
The value takes the form ofa comma-separated list of relationkinds.
9827+
Currently, thesupported relation kinds are <literal>view</literal> and
98289828
<literal>foreign-table</literal>.
98299829
</para>
98309830
</listitem>

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

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

47144714
{
47154715
{"restrict_nonsystem_relation_kind",PGC_USERSET,CLIENT_CONN_STATEMENT,
4716-
gettext_noop("Sets relation kinds ofnon-systemrelation to restrict use"),
4716+
gettext_noop("Prohibits access tonon-systemrelations of specified kinds."),
47174717
NULL,
47184718
GUC_LIST_INPUT |GUC_NOT_IN_SAMPLE
47194719
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp