Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.14. pg_conversion
Prev UpChapter 50. System CatalogsHome Next

50.14. pg_conversion

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

Table 50.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

contoencodingint4

Destination encoding ID

conprocregproc (referencespg_proc.oid)

Conversion function

condefaultbool

True if this is the default conversion



Prev Up Next
50.13. pg_constraint Home 50.15. pg_database
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