PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterUserMappingStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecuser
 
char * servername
 
Listoptions
 

Detailed Description

Definition at line 3003 of file parsenodes.h.

Field Documentation

◆ options

List* AlterUserMappingStmt::options

Definition at line 3008 of file parsenodes.h.

◆ servername

char* AlterUserMappingStmt::servername

Definition at line 3007 of file parsenodes.h.

◆ type

NodeTag AlterUserMappingStmt::type

Definition at line 3005 of file parsenodes.h.

◆ user

RoleSpec* AlterUserMappingStmt::user

Definition at line 3006 of file parsenodes.h.


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