PostgreSQL Source Code  git master
RangeVar Struct Reference

#include <primnodes.h>

Data Fields

NodeTag type
 
char * catalogname
 
char * schemaname
 
char * relname
 
bool inh
 
char relpersistence
 
Aliasalias
 
ParseLoc location
 

Detailed Description

Definition at line 71 of file primnodes.h.

Field Documentation

◆ alias

◆ catalogname

◆ inh

◆ location

◆ relname

char* RangeVar::relname

◆ relpersistence

◆ schemaname

◆ type

NodeTag RangeVar::type

Definition at line 73 of file primnodes.h.


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