PostgreSQL Source Code  git master
CommentItem Struct Reference

Data Fields

const char * descr
 
Oid classoid
 
Oid objoid
 
int objsubid
 

Detailed Description

Definition at line 78 of file pg_dump.c.

Field Documentation

◆ classoid

Oid CommentItem::classoid

Definition at line 81 of file pg_dump.c.

Referenced by collectComments(), and findComments().

◆ descr

const char* CommentItem::descr

◆ objoid

Oid CommentItem::objoid

Definition at line 82 of file pg_dump.c.

Referenced by collectComments(), and findComments().

◆ objsubid

int CommentItem::objsubid

The documentation for this struct was generated from the following file: