PostgreSQL
37.51. sql_sizing
#
The table sql_sizing
contains information about various size limits and maximum values in PostgreSQL. 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 37.49. sql_sizing
Columns
Column Type Description |
---|
Identifier of the sizing item |
Descriptive name of the sizing item |
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 |
Possibly a comment pertaining to the sizing item |
+
Prev | Up | Next |
---|---|---|
37.50. |
37.52. |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2024 The PostgreSQL Global Development Group