]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-column-options.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-column-options.txt
1
2 35.14. column_options #
3
4    The view column_options contains all the options defined for foreign
5    table columns in the current database. Only those foreign table columns
6    are shown that the current user has access to (by way of being the
7    owner or having some privilege).
8
9    Table 35.12. column_options Columns
10
11    Column Type
12
13    Description
14
15    table_catalog sql_identifier
16
17    Name of the database that contains the foreign table (always the
18    current database)
19
20    table_schema sql_identifier
21
22    Name of the schema that contains the foreign table
23
24    table_name sql_identifier
25
26    Name of the foreign table
27
28    column_name sql_identifier
29
30    Name of the column
31
32    option_name sql_identifier
33
34    Name of an option
35
36    option_value character_data
37
38    Value of the option