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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarpgname
 
Listvertex_tables
 
Listedge_tables
 

Detailed Description

Definition at line 4250 of file parsenodes.h.

Field Documentation

◆ edge_tables

List* CreatePropGraphStmt::edge_tables

Definition at line 4255 of file parsenodes.h.

◆ pgname

RangeVar* CreatePropGraphStmt::pgname

Definition at line 4253 of file parsenodes.h.

◆ type

NodeTag CreatePropGraphStmt::type

Definition at line 4252 of file parsenodes.h.

◆ vertex_tables

List* CreatePropGraphStmt::vertex_tables

Definition at line 4254 of file parsenodes.h.


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