sql_sizing

The sql_sizing view provides information about PostgreSQL size limits and maximum values.

Column name Data type Description
sizing_id cardinal_number The identifier of the sizing item.
sizing_name character_data The descriptive name of the sizing item.
supported_value cardinal_number The value of the sizing item.
Other possible values:
  • 0 – The size is unlimited or cannot be determined.
  • NULL – The features for which the sizing item is applicable are not supported.
comments character_data A possible comment pertaining to the sizing item.