PG_ATTRDEF
PG_ATTRDEF stores default values of columns.
Name |
Type |
Description |
---|---|---|
adrelid |
oid |
Table to which the column belongs |
adnum |
smallint |
Column No. |
adbin |
pg_node_tree |
Internal representation of the column's default value |
adsrc |
text |
Internal representation of the human-readable default value |
adbin_on_update |
pg_node_tree |
Internal representation of the value of on_update_expr |
adsrc_on_update |
text |
Internal representation of the human-readable value of on_update_expr |
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