select open change scope Open full search

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

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

ColumnTypeDescription / reference
oidoidRow identifier
plppropidoidReference to the property
pg_propgraph_property.oid
plpellabelidoidReference to the label (indirectly via pg_propgraph_element_label, which then links to pg_propgraph_label)
pg_propgraph_element_label.oid
plpexprpg_node_treeExpression 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
  1. PG 19 → 20removed
  2. PG 18 → 19added

Definition snapshot: english-manuals:35a623bbe77379cb673b6448390… · English manual source