SYSTEM CATALOGS / SYSTEM CATALOGS
pg_propgraph_label_property
Read PG 19 beta 3 manual ↗The catalog pg_propgraph_label_property stores information about the properties in a property graph that are specific to a label.
Pre-release documentation. These definitions may change before the final release.
- Kind
- System catalogs
- Columns in this snapshot
- 4
- Definition source
- English manual
Columns 4
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
plppropid | oid | Reference to the property pg_propgraph_property.oid |
plpellabelid | oid | Reference to the label (indirectly via pg_propgraph_element_label, which then links to pg_propgraph_label) pg_propgraph_element_label.oid |
plpexpr | pg_node_tree | Expression tree (in nodeToString() representation) for the property's definition. The expression references the table reached via pg_propgraph_element_label and pg_propgraph_element. |
Column history across versions
Version history 2
- PG 19 → 20removed
- PG 18 → 19added
Definition snapshot: english-manuals:35a623bbe77379cb673b6448390… · English manual source