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.42. pg_propgraph_label #

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

Table 52.42. 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.


Report a documentation issue

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