Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Levels TYPES = "types" SCHEMAS = "schemas" FUNCTIONS = "functions" ROUTINES = "routines" SEQUENCES = "sequences" TABLES = "tables" )
View Source
const ( // Levels GLOBAL = "global" DATABASE = "database" TYPE = "type" TABLESPACE = "tablespace" SCHEMA = "schema" PARAMETER = "parameter" LARGE_OBJECT = "large object" LANGUAGE = "language" FUNCTION = "function" PROCEDURE = "procedure" ROUTINE = "routine" ALL_FUNCTIONS = "all functions in schema" ALL_PROCEDURES = "all procedures in schema" ALL_ROUTINES = "all routines in schema" FOREIGN_SERVER = "foreign server" FOREIGN_DATA_WRAPPER = "foreign data wrapper" DOMAIN = "domain" SEQUENCE = "sequence" ALL_SEQUENCES = "all sequences in schema" TABLE = "table" ALL_TABLES = "all tables in schema" // Privileges SELECT = "select" INSERT = "insert" UPDATE = "update" DELETE = "delete" TRUNCATE = "truncate" REFERENCES = "references" TRIGGER = "trigger" CREATE = "create" CONNECT = "connect" TEMPORARY = "temporary" EXECUTE = "execute" USAGE = "usage" SET = "set" ALTER_SYSTEM = "alter system" ALL_PRIVILEGES = "all privileges" SUPERUSER = "superuser" CREATE_DB = "createdb" CREATE_ROLE = "createrole" BYPASS_RLS = "bypassrls" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.