Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.14. pg_conversion
Prev UpChapter 52. System CatalogsHome Next

52.14. pg_conversion

The catalogpg_conversion describes encoding conversion functions. SeeCREATE CONVERSION for more information.

Table 52.14. pg_conversion Columns

Column Type

Description

oidoid

Row identifier

connamename

Conversion name (unique within a namespace)

connamespaceoid (referencespg_namespace.oid)

The OID of the namespace that contains this conversion

conowneroid (referencespg_authid.oid)

Owner of the conversion

conforencodingint4

Source encoding ID (pg_encoding_to_char() can translate this number to the encoding name)

contoencodingint4

Destination encoding ID (pg_encoding_to_char() can translate this number to the encoding name)

conprocregproc (referencespg_proc.oid)

Conversion function

condefaultbool

True if this is the default conversion



Prev Up Next
52.13. pg_constraint Home 52.15. pg_database
pdfepub
Go to Postgres Pro Standard 15
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp