PostgreSQL Source Code  git master
RoleNameItem Struct Reference

Data Fields

Oid roleoid
 
const char * rolename
 

Detailed Description

Definition at line 72 of file pg_dump.c.

Field Documentation

◆ rolename

const char* RoleNameItem::rolename

Definition at line 75 of file pg_dump.c.

Referenced by collectRoleNames(), and getRoleName().

◆ roleoid

Oid RoleNameItem::roleoid

Definition at line 74 of file pg_dump.c.

Referenced by collectRoleNames(), and getRoleName().


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