]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-sql-sizing.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-sql-sizing.txt
1
2 35.51. sql_sizing #
3
4    The table sql_sizing contains information about various size limits and
5    maximum values in PostgreSQL. This information is primarily intended
6    for use in the context of the ODBC interface; users of other interfaces
7    will probably find this information to be of little use. For this
8    reason, the individual sizing items are not described here; you will
9    find them in the description of the ODBC interface.
10
11    Table 35.49. sql_sizing Columns
12
13    Column Type
14
15    Description
16
17    sizing_id cardinal_number
18
19    Identifier of the sizing item
20
21    sizing_name character_data
22
23    Descriptive name of the sizing item
24
25    supported_value cardinal_number
26
27    Value of the sizing item, or 0 if the size is unlimited or cannot be
28    determined, or null if the features for which the sizing item is
29    applicable are not supported
30
31    comments character_data
32
33    Possibly a comment pertaining to the sizing item