PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AlterUserMappingStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecuser
 
charservername
 
Listoptions
 

Detailed Description

Definition at line 3130 of file parsenodes.h.

Field Documentation

◆ options

List* AlterUserMappingStmt::options

Definition at line 3135 of file parsenodes.h.

◆ servername

char* AlterUserMappingStmt::servername

Definition at line 3134 of file parsenodes.h.

◆ type

NodeTag AlterUserMappingStmt::type

Definition at line 3132 of file parsenodes.h.

◆ user

RoleSpec* AlterUserMappingStmt::user

Definition at line 3133 of file parsenodes.h.


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