Development Versions: 19 / devel
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.

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.