]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Clarify restrict_nonsystem_relation_kind description.
authorMasahiko Sawada <msawada@postgresql.org>
Fri, 30 Aug 2024 22:05:55 +0000 (15:05 -0700)
committerMasahiko Sawada <msawada@postgresql.org>
Fri, 30 Aug 2024 22:05:55 +0000 (15:05 -0700)
commit6f2525c775f28600038d8f06d361c9b059dad686
tree8a2f2cc52be8c4bccca7943414a49c5b85387e22
parent1c57ae795b3c0650cbac13e0f59f326ddc34c5d0
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
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c