????
Current Path : C:/opt/pgsql/doc/postgresql/html/ |
Current File : C:/opt/pgsql/doc/postgresql/html/infoschema-user-defined-types.html |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>37.60. user_defined_types</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="infoschema-usage-privileges.html" title="37.59. usage_privileges" /><link rel="next" href="infoschema-user-mapping-options.html" title="37.61. user_mapping_options" /></head><body id="docContent" class="container-fluid col-10"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">37.60. <code class="literal">user_defined_types</code></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="infoschema-usage-privileges.html" title="37.59. usage_privileges">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="information-schema.html" title="Chapter 37. The Information Schema">Up</a></td><th width="60%" align="center">Chapter 37. The Information Schema</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 16.3 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="infoschema-user-mapping-options.html" title="37.61. user_mapping_options">Next</a></td></tr></table><hr /></div><div class="sect1" id="INFOSCHEMA-USER-DEFINED-TYPES"><div class="titlepage"><div><div><h2 class="title" style="clear: both">37.60. <code class="literal">user_defined_types</code> <a href="#INFOSCHEMA-USER-DEFINED-TYPES" class="id_link">#</a></h2></div></div></div><p> The view <code class="literal">user_defined_types</code> currently contains all composite types defined in the current database. Only those types are shown that the current user has access to (by way of being the owner or having some privilege). </p><p> SQL knows about two kinds of user-defined types: structured types (also known as composite types in <span class="productname">PostgreSQL</span>) and distinct types (not implemented in <span class="productname">PostgreSQL</span>). To be future-proof, use the column <code class="literal">user_defined_type_category</code> to differentiate between these. Other user-defined types such as base types and enums, which are <span class="productname">PostgreSQL</span> extensions, are not shown here. For domains, see <a class="xref" href="infoschema-domains.html" title="37.23. domains">Section 37.23</a> instead. </p><div class="table" id="id-1.7.6.64.4"><p class="title"><strong>Table 37.58. <code class="structname">user_defined_types</code> Columns</strong></p><div class="table-contents"><table class="table" summary="user_defined_types Columns" border="1"><colgroup><col /></colgroup><thead><tr><th class="catalog_table_entry"><p class="column_definition"> Column Type </p> <p> Description </p></th></tr></thead><tbody><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">user_defined_type_catalog</code> <code class="type">sql_identifier</code> </p> <p> Name of the database that contains the type (always the current database) </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">user_defined_type_schema</code> <code class="type">sql_identifier</code> </p> <p> Name of the schema that contains the type </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">user_defined_type_name</code> <code class="type">sql_identifier</code> </p> <p> Name of the type </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">user_defined_type_category</code> <code class="type">character_data</code> </p> <p> Currently always <code class="literal">STRUCTURED</code> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">is_instantiable</code> <code class="type">yes_or_no</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">is_final</code> <code class="type">yes_or_no</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">ordering_form</code> <code class="type">character_data</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">ordering_category</code> <code class="type">character_data</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">ordering_routine_catalog</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">ordering_routine_schema</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">ordering_routine_name</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">reference_type</code> <code class="type">character_data</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">data_type</code> <code class="type">character_data</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">character_maximum_length</code> <code class="type">cardinal_number</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">character_octet_length</code> <code class="type">cardinal_number</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">character_set_catalog</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">character_set_schema</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">character_set_name</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">collation_catalog</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">collation_schema</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">collation_name</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">numeric_precision</code> <code class="type">cardinal_number</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">numeric_precision_radix</code> <code class="type">cardinal_number</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">numeric_scale</code> <code class="type">cardinal_number</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">datetime_precision</code> <code class="type">cardinal_number</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">interval_type</code> <code class="type">character_data</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">interval_precision</code> <code class="type">cardinal_number</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">source_dtd_identifier</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> <code class="structfield">ref_dtd_identifier</code> <code class="type">sql_identifier</code> </p> <p> Applies to a feature not available in <span class="productname">PostgreSQL</span> </p></td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="infoschema-usage-privileges.html" title="37.59. usage_privileges">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="information-schema.html" title="Chapter 37. The Information Schema">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="infoschema-user-mapping-options.html" title="37.61. user_mapping_options">Next</a></td></tr><tr><td width="40%" align="left" valign="top">37.59. <code class="literal">usage_privileges</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 16.3 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 37.61. <code class="literal">user_mapping_options</code></td></tr></table></div></body></html>