select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Development versions: 19
Pre-release documentation. PostgreSQL 19 Beta 3 is a testing release. The final release may differ.

52.43. pg_propgraph_label_property #

The catalog pg_propgraph_label_property stores information about the properties in a property graph that are specific to a label. In particular, this stores the expression that defines the property.

Table 52.43. pg_propgraph_label_property Columns

Column Type

Description

oid oid

Row identifier

plppropid oid (references pg_propgraph_property.oid)

Reference to the property

plpellabelid oid (references pg_propgraph_element_label.oid)

Reference to the label (indirectly via pg_propgraph_element_label, which then links to pg_propgraph_label)

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.


Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.