PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SecLabelItem Struct Reference

Data Fields

const charprovider
 
const charlabel
 
Oid classoid
 
Oid objoid
 
int objsubid
 

Detailed Description

Definition at line 91 of file pg_dump.c.

Field Documentation

◆ classoid

Oid SecLabelItem::classoid

Definition at line 95 of file pg_dump.c.

Referenced by collectSecLabels().

◆ label

const char* SecLabelItem::label

Definition at line 94 of file pg_dump.c.

Referenced by collectSecLabels().

◆ objoid

Oid SecLabelItem::objoid

Definition at line 96 of file pg_dump.c.

Referenced by collectSecLabels().

◆ objsubid

int SecLabelItem::objsubid

Definition at line 97 of file pg_dump.c.

Referenced by collectSecLabels().

◆ provider

const char* SecLabelItem::provider

Definition at line 93 of file pg_dump.c.

Referenced by collectSecLabels().


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