Skip to content

`pg_propgraph_label`

pg_propgraph_label

The catalog pg_propgraph_label stores information about the labels in a property graph.

Table: pg_propgraph_label Columns

Column Type

Description

oid oid

Row identifier

pglpgid oid (references pg_class.oid)

Reference to the property graph that this label belongs to

pgllabel name

The name of the label. This is unique among the labels in a graph.