PG_SET
PG_SET records metadata defined by the SET data type.
Name |
Type |
Description |
---|---|---|
settypid |
oid |
OID of the SET data type |
setnum |
tinyint |
Number of members of the SET data type. A maximum of 64 members are supported. |
setsortorder |
tinyint |
Sorting order of members when the SET data type is defined. The value starts from 0. |
setlabel |
text |
Member name of the SET data type |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.