--- title: "`pg_element_table_labels`" id: infoschema-pg-element-table-labels pg_version: "20devel" --- ## 35.36. `pg_element_table_labels` The view `pg_element_table_labels` shows which labels are defined on the element tables of property graphs defined in the current database. Only those property graphs are shown that the current user has access to (by way of being the owner or having some privilege). **pg_element_table_labels Columns** | Column Type | Description | | --- | --- | | `property_graph_catalog` `sql_identifier` | Name of the database that contains the property graph (always the current database) | | `property_graph_schema` `sql_identifier` | Name of the schema that contains the property graph | | `property_graph_name` `sql_identifier` | Name of the property graph | | `element_table_alias` `sql_identifier` | Element table alias (unique identifier of an element table within a property graph) | | `label_name` `sql_identifier` | Name of the label |