available in <productname>PostgreSQL</productname>
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>collation_catalog</structfield> <type>sql_identifier</type>
</para>
<para>
Name of the database containing the collation of the element
type (always the current database), null if default or the data
type of the element is not collatable
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>collation_schema</structfield> <type>sql_identifier</type>
</para>
<para>
Name of the schema containing the collation of the element
type, null if default or the data type of the element is not
collatable
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>collation_name</structfield> <type>sql_identifier</type>
</para>
<para>
Name of the collation of the element type, null if default or
the data type of the element is not collatable
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>numeric_precision</structfield> <type>cardinal_number</type>
</para>
<para>
Always null, since this information is not applied to array element data types in <productname>PostgreSQL</productname>
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>numeric_precision_radix</structfield> <type>cardinal_number</type>
</para>
<para>
Always null, since this information is not applied to array element data types in <productname>PostgreSQL</productname>
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>numeric_scale</structfield> <type>cardinal_number</type>
</para>
<para>
Always null, since this information is not applied to array element data types in <productname>PostgreSQL</productname>
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>datetime_precision</structfield> <type>cardinal_number</type>
</para>
<para>
Always null, since this information is not applied to array element data types in <productname>PostgreSQL</productname>
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>interval_type</structfield> <type>character_data</type>
</para>
<para>
Always null, since this information is not applied to array element data types in <productname>PostgreSQL</productname>
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>interval_precision</structfield> <type>cardinal_number</type>
</para>
<para>
Always null, since this information is not applied to array element data types in <productname>PostgreSQL</productname>
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>udt_catalog</structfield> <type>sql_identifier</type>
</para>
<para>
Name of the database that the data type of the elements is
defined in (always the current database)
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>udt_schema</structfield> <type>sql_identifier</type>
</para>
<para>
Name of the schema that the data type of the elements is
defined in
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para