PG_DIRECTORY
PG_DIRECTORY records directories added by users. You can run the CREATE DIRECTORY statement to add directories to the system catalog. Currently, only system administrators can perform this operation.
| Name | Type | Description |
|---|---|---|
| oid | oid | Row identifier (hidden attribute; must be explicitly selected) |
| dirname | name | Name of a directory object |
| owner | oid | Owner of a directory object |
| dirpath | text | Directory path |
| diracl | aclitem[] | Access permissions |
Last Article: PG_DESCRIPTION
Next Article: PG_ENUM
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.