pg_propgraph_element #
The catalog pg_propgraph_element stores
information about the vertices and edges of a property graph, collectively
called the elements of the property graph.
Table 52.40. pg_propgraph_element Columns
Column Type Description |
|---|
Row identifier |
Reference to the property graph that this element belongs to |
Reference to the table that contains the data for this property graph element |
The alias of the element. This is a unique identifier for the element within the graph. It is set when the property graph is defined and defaults to the name of the underlying element table. |
|
For an edge, a link to the source vertex. (Zero for a vertex.) |
For an edge, a link to the destination vertex. (Zero for a vertex.) |
An array of column numbers in the table referenced by
|
For an edge, an array of column numbers in the table referenced by
|
For an edge, an array of column numbers in the table reached via
|
For an edge, an array of equality operators for
|
For an edge, an array of column numbers in the table referenced by
|
For an edge, an array of column numbers in the table reached via
|
For an edge, an array of equality operators for
|