34.13. column_options

Представление column_options показывает все параметры, определённые для колонок сторонней таблицы в текущей базе данных. В нём отражаются только те колонки сторонних таблиц, к которым имеет доступ текущий пользователь (являясь их владельцем или имея некоторые права).

Таблица 34-11. Колонки column_options

ИмяТип данныхОписание
table_catalogsql_identifierИмя базы данных, содержащей стороннюю таблицу (всегда текущая база)
table_schemasql_identifierИмя схемы, содержащей стороннюю таблицу
table_namesql_identifierИмя сторонней таблицы
column_namesql_identifierИмя колонки
option_namesql_identifierИмя параметра
option_valuecharacter_dataЗначение параметра

49.14. pg_conversion

The catalog pg_conversion describes encoding conversion procedures. See CREATE CONVERSION for more information.

Table 49.14. pg_conversion Columns

NameTypeReferencesDescription
oidoid Row identifier (hidden attribute; must be explicitly selected)
connamename Conversion name (unique within a namespace)
connamespaceoidpg_namespace.oid The OID of the namespace that contains this conversion
conowneroidpg_authid.oidOwner of the conversion
conforencodingint4 Source encoding ID
contoencodingint4 Destination encoding ID
conprocregprocpg_proc.oidConversion procedure
condefaultbool True if this is the default conversion