PostgreSQL Source Code  git master
SecLabelStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objtype
 
Nodeobject
 
char * provider
 
char * label
 

Detailed Description

Definition at line 3096 of file parsenodes.h.

Field Documentation

◆ label

char* SecLabelStmt::label

Definition at line 3102 of file parsenodes.h.

◆ object

Node* SecLabelStmt::object

Definition at line 3100 of file parsenodes.h.

◆ objtype

ObjectType SecLabelStmt::objtype

Definition at line 3099 of file parsenodes.h.

◆ provider

char* SecLabelStmt::provider

Definition at line 3101 of file parsenodes.h.

◆ type

NodeTag SecLabelStmt::type

Definition at line 3098 of file parsenodes.h.


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