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

Field Documentation

◆ policy_name

char* AlterPolicyStmt::policy_name

Definition at line 2983 of file parsenodes.h.

◆ qual

Node* AlterPolicyStmt::qual

Definition at line 2986 of file parsenodes.h.

◆ roles

List* AlterPolicyStmt::roles

Definition at line 2985 of file parsenodes.h.

◆ table

RangeVar* AlterPolicyStmt::table

Definition at line 2984 of file parsenodes.h.

◆ type

NodeTag AlterPolicyStmt::type

Definition at line 2982 of file parsenodes.h.

◆ with_check

Node* AlterPolicyStmt::with_check

Definition at line 2987 of file parsenodes.h.


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