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

Definition at line 82 of file primnodes.h.

Referenced by addRangeTableEntry(), addRangeTableEntryForENR(), AfterTriggerSetState(), AlterSubscription_refresh(), ATExecAddInherit(), ATExecMergePartitions(), ATExecSplitPartition(), check_partitions_for_split(), check_partitions_not_overlap_list(), check_two_partitions_bounds_range(), checkWellFormedRecursionWalker(), CreateSubscription(), CreateTableAsRelExists(), DefineCompositeType(), DefineSequence(), DefineView(), DropErrorMsgNonExistent(), errorMissingRTE(), expand_vacuum_rel(), expandTableLikeClause(), generateSerialExtraStmts(), get_object_address_rv(), getNSItemForSpecialRelationTypes(), ImportForeignSchema(), IsImportableForeignTable(), isLockedRefname(), LookupTypeNameExtended(), makeDependencyGraphWalker(), makeRangeVar(), makeRangeVarFromNameList(), parserOpenTable(), pg_get_serial_sequence(), plpgsql_parse_cwordrowtype(), plpgsql_parse_cwordtype(), postgresImportForeignSchema(), ProcessUtilitySlow(), RangeVarCallbackForAlterRelation(), RangeVarCallbackForAttachIndex(), RangeVarCallbackForDropRelation(), RangeVarCallbackForLockTable(), RangeVarCallbackForPolicy(), RangeVarCallbackForReindexIndex(), RangeVarCallbackForRenameRule(), RangeVarCallbackForRenameTrigger(), RangeVarCallbackMaintainsTable(), RangeVarCallbackOwnsRelation(), RangeVarGetAndCheckCreationNamespace(), RangeVarGetCreationNamespace(), RangeVarGetRelidExtended(), ReindexTable(), RemoveRelations(), searchRangeTableForRel(), setTargetTable(), transformColumnDefinition(), transformIndexConstraint(), transformLockingClause(), transformTableLikeClause(), and vacuum_open_relation().

◆ 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: