PostgreSQL Source Code  git master
JsonTablePathSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodestring
 
char * name
 
ParseLoc name_location
 
ParseLoc location
 

Detailed Description

Definition at line 1812 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc JsonTablePathSpec::location

Definition at line 1819 of file parsenodes.h.

Referenced by makeJsonTablePathSpec().

◆ name

◆ name_location

ParseLoc JsonTablePathSpec::name_location

Definition at line 1818 of file parsenodes.h.

Referenced by CheckDuplicateColumnOrPathNames(), and makeJsonTablePathSpec().

◆ string

Node* JsonTablePathSpec::string

◆ type

NodeTag JsonTablePathSpec::type

Definition at line 1814 of file parsenodes.h.


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