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 91 of file pg_dump.c.
Referenced by collectSecLabels(), and findSecLabels().
const char* SecLabelItem::label |
Definition at line 90 of file pg_dump.c.
Referenced by collectSecLabels(), and dumpTableSecLabel().
Oid SecLabelItem::objoid |
Definition at line 92 of file pg_dump.c.
Referenced by collectSecLabels(), and findSecLabels().
int SecLabelItem::objsubid |
Definition at line 93 of file pg_dump.c.
Referenced by collectSecLabels(), and dumpTableSecLabel().
const char* SecLabelItem::provider |
Definition at line 89 of file pg_dump.c.
Referenced by collectSecLabels(), and dumpTableSecLabel().