PostgreSQL Source Code git master
|
Data Fields | |
const char * | descr |
Oid | classoid |
Oid | objoid |
int | objsubid |
Oid CommentItem::classoid |
Definition at line 82 of file pg_dump.c.
Referenced by collectComments(), and findComments().
const char* CommentItem::descr |
Definition at line 81 of file pg_dump.c.
Referenced by collectComments(), dumpCommentExtended(), dumpCompositeTypeColComments(), and dumpTableComment().
Oid CommentItem::objoid |
Definition at line 83 of file pg_dump.c.
Referenced by collectComments(), and findComments().
int CommentItem::objsubid |
Definition at line 84 of file pg_dump.c.
Referenced by collectComments(), dumpCommentExtended(), dumpCompositeTypeColComments(), and dumpTableComment().