pg_property_data_types #The view pg_property_data_types shows the data types of the properties in 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).
Table 35.39. pg_property_data_types Columns
|
Column Type Description |
|---|
|
Name of the database that contains the property graph (always the current database) |
|
Name of the schema that contains the property graph |
|
Name of the property graph |
|
Name of the property |
|
Data type of the property, if it is a built-in type, or |
|
If |
|
If |
|
Applies to a feature not available in PostgreSQL |
|
Applies to a feature not available in PostgreSQL |
|
Applies to a feature not available in PostgreSQL |
|
Name of the database containing the collation of the property (always the current database), null if default or the data type of the property is not collatable |
|
Name of the schema containing the collation of the property, null if default or the data type of the property is not collatable |
|
Name of the collation of the property, null if default or the data type of the property is not collatable |
|
If |
|
If |
|
If |
|
If |
|
If |
|
Applies to a feature not available in PostgreSQL (see |
|
Name of the database that the property data type is defined in (always the current database) |
|
Name of the schema that the property data type is defined in |
|
Name of the property data type |
|
Applies to a feature not available in PostgreSQL |
|
Applies to a feature not available in PostgreSQL |
|
Applies to a feature not available in PostgreSQL |
|
Always null, because arrays always have unlimited maximum cardinality in PostgreSQL |
|
An identifier of the data type descriptor of the property, unique among the data type descriptors pertaining to the property graph. This is mainly useful for joining with other instances of such identifiers. (The specific format of the identifier is not defined and not guaranteed to remain the same in future versions.) |