Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
48.48. pg_transform
Prev UpChapter 48. System CatalogsHome Next

48.48. 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 48.48. 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 Home Next
48.47. pg_tablespace Up 48.49. pg_trigger
pdfepub
Go to Postgres Pro Standard 9.6
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp