`pg_element_tables`
pg_element_tables
The view pg_element_tables contains information about the element tables of property graphs defined in the current database. Only those property graphs are shown that the current user has access to (by way of being the owner or having some privilege).
Table: pg_element_tables Columns
Column Type Description |
|---|
Name of the database that contains the property graph (always the current database) |
Name of the schema that contains the property graph |
Name of the property graph |
Element table alias (unique identifier of an element table within a property graph) |
The kind of the element table: |
Name of the database that contains the referenced table (always the current database) |
Name of the schema that contains the referenced table |
Name of the table being referenced by the element table definition |
Applies to a feature not available in PostgreSQL |