Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
35.58. user_defined_types
Prev UpChapter 35. The Information SchemaHome Next

35.58. user_defined_types

The viewuser_defined_types 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).

SQL knows about two kinds of user-defined types: structured types (also known as composite types inPostgres Pro) and distinct types (not implemented inPostgres Pro). To be future-proof, use the columnuser_defined_type_category to differentiate between these. Other user-defined types such as base types and enums, which arePostgres Pro extensions, are not shown here. For domains, seeSection 35.22 instead.

Table 35.56. user_defined_types Columns

NameData TypeDescription
user_defined_type_catalogsql_identifierName of the database that contains the type (always the current database)
user_defined_type_schemasql_identifierName of the schema that contains the type
user_defined_type_namesql_identifierName of the type
user_defined_type_categorycharacter_data Currently alwaysSTRUCTURED
is_instantiableyes_or_noApplies to a feature not available inPostgres Pro
is_finalyes_or_noApplies to a feature not available inPostgres Pro
ordering_formcharacter_dataApplies to a feature not available inPostgres Pro
ordering_categorycharacter_dataApplies to a feature not available inPostgres Pro
ordering_routine_catalogsql_identifierApplies to a feature not available inPostgres Pro
ordering_routine_schemasql_identifierApplies to a feature not available inPostgres Pro
ordering_routine_namesql_identifierApplies to a feature not available inPostgres Pro
reference_typecharacter_dataApplies to a feature not available inPostgres Pro
data_typecharacter_dataApplies to a feature not available inPostgres Pro
character_maximum_lengthcardinal_numberApplies to a feature not available inPostgres Pro
character_octet_lengthcardinal_numberApplies to a feature not available inPostgres Pro
character_set_catalogsql_identifierApplies to a feature not available inPostgres Pro
character_set_schemasql_identifierApplies to a feature not available inPostgres Pro
character_set_namesql_identifierApplies to a feature not available inPostgres Pro
collation_catalogsql_identifierApplies to a feature not available inPostgres Pro
collation_schemasql_identifierApplies to a feature not available inPostgres Pro
collation_namesql_identifierApplies to a feature not available inPostgres Pro
numeric_precisioncardinal_numberApplies to a feature not available inPostgres Pro
numeric_precision_radixcardinal_numberApplies to a feature not available inPostgres Pro
numeric_scalecardinal_numberApplies to a feature not available inPostgres Pro
datetime_precisioncardinal_numberApplies to a feature not available inPostgres Pro
interval_typecharacter_dataApplies to a feature not available inPostgres Pro
interval_precisioncardinal_numberApplies to a feature not available inPostgres Pro
source_dtd_identifiersql_identifierApplies to a feature not available inPostgres Pro
ref_dtd_identifiersql_identifierApplies to a feature not available inPostgres Pro


Prev Up Next
35.57. usage_privileges Home 35.59. user_mapping_options
epubpdf
Go to Postgres Pro Standard 11
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp