From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/view-pg-group.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/src/sgml/html/view-pg-group.html (limited to 'doc/src/sgml/html/view-pg-group.html') diff --git a/doc/src/sgml/html/view-pg-group.html b/doc/src/sgml/html/view-pg-group.html new file mode 100644 index 0000000..46dfee7 --- /dev/null +++ b/doc/src/sgml/html/view-pg-group.html @@ -0,0 +1,32 @@ + +51.70. pg_group

51.70. pg_group

+ The view pg_group exists for backwards + compatibility: it emulates a catalog that existed in + PostgreSQL before version 8.1. + It shows the names and members of all roles that are marked as not + rolcanlogin, which is an approximation to the set + of roles that are being used as groups. +

Table 51.71. pg_group Columns

+ Column Type +

+

+ Description +

+ groname name + (references pg_authid.rolname) +

+

+ Name of the group +

+ grosysid oid + (references pg_authid.oid) +

+

+ ID of this group +

+ grolist oid[] + (references pg_authid.oid) +

+

+ An array containing the IDs of the roles in this group +


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