# 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**

| <p>Column Type</p><p>Description</p>                                                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><code>sizing\_id</code> <code>cardinal\_number</code></p><p>Identifier of the sizing item</p>                                                                                                                                            |
| <p><code>sizing\_name</code> <code>character\_data</code></p><p>Descriptive name of the sizing item</p>                                                                                                                                     |
| <p><code>supported\_value</code> <code>cardinal\_number</code></p><p>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</p> |
| <p><code>comments</code> <code>character\_data</code></p><p>Possibly a comment pertaining to the sizing item</p>                                                                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.postgresql.tw/16/client-interfaces/the-information-schema/36.48.-sql_sizing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
