# 37.50. sql\_parts

The table `sql_parts` contains information about which of the several parts of the SQL standard are supported by PostgreSQL.

**Table 37.48. `sql_parts` Columns**

| <p>Column Type</p><p>Description</p>                                                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><code>feature\_id</code> <code>character\_data</code></p><p>An identifier string containing the number of the part</p>                                                          |
| <p><code>feature\_name</code> <code>character\_data</code></p><p>Descriptive name of the part</p>                                                                                  |
| <p><code>is\_supported</code> <code>yes\_or\_no</code></p><p><code>YES</code> if the part is fully supported by the current version of PostgreSQL, <code>NO</code> if not</p>      |
| <p><code>is\_verified\_by</code> <code>character\_data</code></p><p>Always null, since the PostgreSQL development group does not perform formal testing of feature conformance</p> |
| <p><code>comments</code> <code>character\_data</code></p><p>Possibly a comment about the supported status of the part</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/client-interfaces/the-information-schema/36.47.-sql_parts.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.
