PostgreSQL Source Code
git master
|
Data Fields | |
const char * | provider |
const char * | label |
Oid | classoid |
Oid | objoid |
int | objsubid |
Oid SecLabelItem::classoid |
Definition at line 87 of file pg_dump.c.
Referenced by collectSecLabels(), and findSecLabels().
const char* SecLabelItem::label |
Definition at line 86 of file pg_dump.c.
Referenced by collectSecLabels(), and dumpTableSecLabel().
Oid SecLabelItem::objoid |
Definition at line 88 of file pg_dump.c.
Referenced by collectSecLabels(), and findSecLabels().
int SecLabelItem::objsubid |
Definition at line 89 of file pg_dump.c.
Referenced by collectSecLabels(), and dumpTableSecLabel().
const char* SecLabelItem::provider |
Definition at line 85 of file pg_dump.c.
Referenced by collectSecLabels(), and dumpTableSecLabel().