PG_NAMESPACE
PG_NAMESPACE records the namespaces, that is, schema-related information.
| Name | Type | Description |
|---|---|---|
| nspname | name | Name of the namespace |
| nspowner | oid | Owner of the namespace |
| nsptimeline | bigint | Timeline when the namespace is created on the DN This column is for internal use and valid only on the DN. |
| nspacl | aclitem[] | Access permissions For details, see GRANT and REVOKE. |
Last Article: PG_LARGEOBJECT_METADATA
Next Article: PG_OBJECT
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.