pg_propgraph_element_label — PostgreSQL system catalog

The PostgreSQL pg_propgraph_element_label system catalog: full column reference (names, types, descriptions), catalog relationships and version support.

Summary

The catalog pg_propgraph_element_label stores information about which labels apply to which elements.

(Description quoted from the official PostgreSQL documentation.)

Columns

The pg_propgraph_element_label system catalog exposes the following columns (names, types and descriptions are taken verbatim from the PostgreSQL documentation):

Related catalogs

This object references the following other system catalogs:

Version applicability

Present in PostgreSQL 19 (verified against each release’s documentation). This object was introduced in PostgreSQL 19.

Related & references

Reference: PostgreSQL documentation — pg_propgraph_element_label.