Files
doc-exports/docs/dws/dev/dws_04_0579.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

7.6 KiB

PG_COLLATION

PG_COLLATION records the available collations, which are essentially mappings from an SQL name to operating system locale categories.

Table 1 PG_COLLATION columns

Name

Type

Reference

Description

OID

OID

N/A

Row identifier (hidden attribute; displayed only when explicitly selected)

collname

Name

N/A

Collation name (unique per namespace and encoding)

collnamespace

OID

PG_NAMESPACE.oid

OID of the namespace that contains this collation

collowner

OID

PG_AUTHID.oid

Owner of the collation

collencoding

Integer

N/A

Encoding in which the collation is applicable, or -1 if it works for any encoding

collcollate

Name

N/A

LC_COLLATE for this collation object

collctype

Name

N/A

LC_CTYPE for this collation object