The catalog to which this schema belongs.
Formats this object for use in a GRANT statement.
This object name for use in a GRANT statement
Gets the name of this database object.
The name of this database object
The owner of this schema, or undefined
A Securable that represents all routines currently in this schema
A Securable that represents all sequences currently in this schema
A Securable that represents all tables currently in this schema
Changes the owner of this schema to someone else.
The new owner
An executable statement
Assigns privileges for this object to a role.
The role to receive the privileges
The privileges to grant
The grant statement
Sets the default privileges for newly created sequences in this schema.
The role to receive the privileges
The privileges to grant
Sets the default privileges for newly created sequences in this schema.
The role to receive the privileges
The privileges to grant
Sets the default privileges for newly created tables in this schema.
The role to receive the privileges
The privileges to grant
Produces a SQL statement that creates this object.
The SQL statement
A PostgreSQL schema.