PostgreSQL Source Code git master
RoleNameItem Struct Reference

Data Fields

Oid roleoid
 
const char * rolename
 

Detailed Description

Definition at line 73 of file pg_dump.c.

Field Documentation

◆ rolename

const char* RoleNameItem::rolename

Definition at line 76 of file pg_dump.c.

Referenced by collectRoleNames(), and getRoleName().

◆ roleoid

Oid RoleNameItem::roleoid

Definition at line 75 of file pg_dump.c.

Referenced by collectRoleNames(), and getRoleName().


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