PostgreSQL Source Code  git master
SecLabelItem Struct Reference

Data Fields

const char * provider
 
const char * label
 
Oid classoid
 
Oid objoid
 
int objsubid
 

Detailed Description

Definition at line 86 of file pg_dump.c.

Field Documentation

◆ classoid

Oid SecLabelItem::classoid

Definition at line 90 of file pg_dump.c.

Referenced by collectSecLabels(), and findSecLabels().

◆ label

const char* SecLabelItem::label

Definition at line 89 of file pg_dump.c.

Referenced by collectSecLabels(), and dumpTableSecLabel().

◆ objoid

Oid SecLabelItem::objoid

Definition at line 91 of file pg_dump.c.

Referenced by collectSecLabels(), and findSecLabels().

◆ objsubid

int SecLabelItem::objsubid

Definition at line 92 of file pg_dump.c.

Referenced by collectSecLabels(), and dumpTableSecLabel().

◆ provider

const char* SecLabelItem::provider

Definition at line 88 of file pg_dump.c.

Referenced by collectSecLabels(), and dumpTableSecLabel().


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