GS_DB_PRIVILEGE

GS_DB_PRIVILEGE records the granting of ANY permissions. Each record corresponds to a piece of authorization information.

Table 1 GS_DB_PRIVILEGE columns

Name

Type

Description

oid

oid

Row identifier (hidden attribute, which must be specified).

roleid

oid

User ID.

privilege_type

text

ANY permission of a user. For details about the value, see Table 1.

admin_option

boolean

Whether the ANY permission recorded in the privilege_type column can be re-granted.

  • t: yes.
  • f: no.
Feedback
编组 3备份
    openGauss 2024-05-07 00:46:52
    cancel