PG_SHDESCRIPTION
PG_SHDESCRIPTION records optional comments for shared database objects. Descriptions can be manipulated with the COMMENT command and viewed with psql's \d commands.
See also PG_DESCRIPTION, which provides a similar function for descriptions involving objects within a single database.
Unlike most system catalogs, PG_SHDESCRIPTION is shared across all databases in the system. There is only one copy of PG_SHDESCRIPTION in the entire database system, not one per database.
Name |
Type |
Reference |
Description |
---|---|---|---|
objoid |
oid |
Any OID column |
OID of the object that this description pertains to |
classoid |
oid |
PG_CLASS.oid |
OID of the system catalog where the object appears |
description |
text |
- |
Arbitrary text that serves as the description of the object |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot