36.48. sql_sizing
Таблица sql_sizing содержит информацию о различных ограничениях размера и максимальных значениях в Postgres Pro. Эта информация в основном предназначена для применения в контексте интерфейса ODBC; пользователям других интерфейсов она вряд ли будет нужна. Поэтому отдельные элементы размеров здесь не описываются; о них можно прочитать в описании интерфейса ODBC.
Таблица 36.46. Столбцы sql_sizing
| Имя | Тип данных | Описание |
|---|---|---|
sizing_id | cardinal_number | Идентификатор элемента размеров |
sizing_name | character_data | Описательное название элемента размеров |
supported_value | cardinal_number | Значение элемента размеров, или 0, если размер неограниченный или не может быть определён, либо NULL, если функциональность, к которой относится размер, не поддерживается |
comments | character_data | Необязательный комментарий, относящийся к элементу размеров |
36.48. sql_sizing
The table sql_sizing contains information about various size limits and maximum values in Postgres Pro. This information is primarily intended for use in the context of the ODBC interface; users of other interfaces will probably find this information to be of little use. For this reason, the individual sizing items are not described here; you will find them in the description of the ODBC interface.
Table 36.46. sql_sizing Columns
| Name | Data Type | Description |
|---|---|---|
sizing_id | cardinal_number | Identifier of the sizing item |
sizing_name | character_data | Descriptive name of the sizing item |
supported_value | cardinal_number | Value of the sizing item, or 0 if the size is unlimited or cannot be determined, or null if the features for which the sizing item is applicable are not supported |
comments | character_data | Possibly a comment pertaining to the sizing item |