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

#include <primnodes.h>

Data Fields

NodeTag type
 
charcatalogname
 
charschemaname
 
charrelname
 
bool inh
 
char relpersistence
 
Aliasalias
 
ParseLoc location
 

Detailed Description

Definition at line 72 of file primnodes.h.

Field Documentation

◆ alias

◆ catalogname

◆ inh

bool RangeVar::inh

◆ location

◆ relname

◆ relpersistence

char RangeVar::relpersistence

◆ schemaname

◆ type

NodeTag RangeVar::type

Definition at line 74 of file primnodes.h.


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