Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.57. pg_transform
Prev UpChapter 51. System CatalogsHome Next

51.57. 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 51.57. 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 the default behavior should be used.

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 the default behavior should be used.



Prev Up Next
51.56. pg_tablespace Home 51.58. pg_trigger
pdfepub
Go to Postgres Pro Standard 14
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp