From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/catalog-pg-parameter-acl.html | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/src/sgml/html/catalog-pg-parameter-acl.html (limited to 'doc/src/sgml/html/catalog-pg-parameter-acl.html') diff --git a/doc/src/sgml/html/catalog-pg-parameter-acl.html b/doc/src/sgml/html/catalog-pg-parameter-acl.html new file mode 100644 index 0000000..181cc67 --- /dev/null +++ b/doc/src/sgml/html/catalog-pg-parameter-acl.html @@ -0,0 +1,31 @@ + +53.36. pg_parameter_acl

53.36. pg_parameter_acl

+ The catalog pg_parameter_acl records configuration + parameters for which privileges have been granted to one or more roles. + No entry is made for parameters that have default privileges. +

+ Unlike most system catalogs, pg_parameter_acl + is shared across all databases of a cluster: there is only one + copy of pg_parameter_acl per cluster, not + one per database. +

Table 53.36. pg_parameter_acl Columns

+ Column Type +

+

+ Description +

+ oid oid +

+

+ Row identifier +

+ parname text +

+

+ The name of a configuration parameter for which privileges are granted +

+ paracl aclitem[] +

+

+ Access privileges; see Section 5.7 for details +


\ No newline at end of file -- cgit v1.2.3