Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.56. pg_transform
Prev UpChapter 50. System CatalogsHome Next

50.56. pg_transform

The catalogpg_transform stores information about transforms, which are a mechanism to adapt data types to procedural languages. SeeCREATE TRANSFORM for more information.

Table 50.56. pg_transform Columns

NameTypeReferencesDescription
trftypeoidpg_type.oidOID of the data type this transform is for
trflangoidpg_language.oidOID of the language this transform is for
trffromsqlregprocpg_proc.oid The OID of the function to use when converting the data type for input to the procedural language (e.g., function parameters). Zero is stored if this operation is not supported.
trftosqlregprocpg_proc.oid The OID of the function to use when converting output from the procedural language (e.g., return values) to the data type. Zero is stored if this operation is not supported.


Prev Up Next
50.55. pg_tablespace Home 50.57. pg_trigger
epubpdf
Go to Postgres Pro Standard 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp