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 3275 of file parsenodes.h.

Field Documentation

◆ label

char* SecLabelStmt::label

Definition at line 3281 of file parsenodes.h.

◆ object

Node* SecLabelStmt::object

Definition at line 3279 of file parsenodes.h.

◆ objtype

ObjectType SecLabelStmt::objtype

Definition at line 3278 of file parsenodes.h.

◆ provider

char* SecLabelStmt::provider

Definition at line 3280 of file parsenodes.h.

◆ type

NodeTag SecLabelStmt::type

Definition at line 3277 of file parsenodes.h.


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