Movatterモバイル変換


[0]ホーム

URL:



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

50.55. 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.55. pg_transform Columns

Column Type

Description

oidoid

Row identifier

trftypeoid (referencespg_type.oid)

OID of the data type this transform is for

trflangoid (referencespg_language.oid)

OID of the language this transform is for

trffromsqlregproc (referencespg_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.

trftosqlregproc (referencespg_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.54. pg_tablespace Home 50.56. pg_trigger
pdfepub
Go to Postgres Pro Standard 13
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp