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