PostgreSQL Source Code: AlterExtensionContentsStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
char * extname
int action
ObjectType objtype
Node * object

Detailed Description

Definition at line 2929 of file parsenodes.h.

Field Documentation

action

int AlterExtensionContentsStmt::action

extname

char* AlterExtensionContentsStmt::extname

object

Node* AlterExtensionContentsStmt::object

objtype

type

NodeTag AlterExtensionContentsStmt::type


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