diff options
author | Masahiko Sawada <msawada@postgresql.org> | 2024-08-30 15:06:00 -0700 |
---|---|---|
committer | Masahiko Sawada <msawada@postgresql.org> | 2024-08-30 15:06:00 -0700 |
commit | 44ad6523ed08d866914e548e4c4dc847ba3e1e76 (patch) | |
tree | c5acb43cf0476ebbdcb5773a42ed029f95b7ccf7 /doc/src | |
parent | ecd19a3cc1879118424ce730369dcfe3d7a41d75 (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 6e6da596422..11bb573842e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8976,9 +8976,9 @@ SET XML OPTION { DOCUMENT | CONTENT }; </term> <listitem> <para> - This variable specifies relation kind to which access is restricted. - It contains a comma-separated list of relation kind. Currently, the - supported relation kinds are <literal>view</literal> and + Set relation kinds for which access to non-system relations is prohibited. + The value takes the form of a comma-separated list of relation kinds. + Currently, the supported relation kinds are <literal>view</literal> and <literal>foreign-table</literal>. </para> </listitem> |