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

Field Documentation

◆ policy_name

char* AlterPolicyStmt::policy_name

Definition at line 2989 of file parsenodes.h.

◆ qual

Node* AlterPolicyStmt::qual

Definition at line 2992 of file parsenodes.h.

◆ roles

List* AlterPolicyStmt::roles

Definition at line 2991 of file parsenodes.h.

◆ table

RangeVar* AlterPolicyStmt::table

Definition at line 2990 of file parsenodes.h.

◆ type

NodeTag AlterPolicyStmt::type

Definition at line 2988 of file parsenodes.h.

◆ with_check

Node* AlterPolicyStmt::with_check

Definition at line 2993 of file parsenodes.h.


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