Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
34.53. transforms
Prev UpChapter 34. The Information SchemaHome Next

34.53. transforms

The viewtransforms contains information about the transforms defined in the current database. More precisely, it contains a row for each function contained in a transform (thefrom SQL orto SQL function).

Table 34.51. transforms Columns

NameData TypeDescription
udt_catalogsql_identifierName of the database that contains the type the transform is for (always the current database)
udt_schemasql_identifierName of the schema that contains the type the transform is for
udt_namesql_identifierName of the type the transform is for
specific_catalogsql_identifierName of the database containing the function (always the current database)
specific_schemasql_identifierName of the schema containing the function
specific_namesql_identifier Thespecific name of the function. SeeSection 34.40 for more information.
group_namesql_identifier The SQL standard allows defining transforms ingroups, and selecting a group at run time. Postgres Pro does not support this. Instead, transforms are specific to a language. As a compromise, this field contains the language the transform is for.
transform_typecharacter_dataFROM SQL orTO SQL


Prev Up Next
34.52. tables Home 34.54. triggered_update_columns
pdfepub
Go to Postgres Pro Standard 9.5
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp