PostgreSQL Source Code git master
AlterPolicyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * policy_name
 
RangeVartable
 
Listroles
 
Nodequal
 
Nodewith_check
 

Detailed Description

Definition at line 3049 of file parsenodes.h.

Field Documentation

◆ policy_name

char* AlterPolicyStmt::policy_name

Definition at line 3052 of file parsenodes.h.

◆ qual

Node* AlterPolicyStmt::qual

Definition at line 3055 of file parsenodes.h.

◆ roles

List* AlterPolicyStmt::roles

Definition at line 3054 of file parsenodes.h.

◆ table

RangeVar* AlterPolicyStmt::table

Definition at line 3053 of file parsenodes.h.

◆ type

NodeTag AlterPolicyStmt::type

Definition at line 3051 of file parsenodes.h.

◆ with_check

Node* AlterPolicyStmt::with_check

Definition at line 3056 of file parsenodes.h.


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