> For the complete documentation index, see [llms.txt](https://docs.postgresql.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.postgresql.tw/client-interfaces/the-information-schema/36.44.-sql_implementation_info.md).

# 37.49. sql\_implementation\_info

The table `sql_implementation_info` contains information about various aspects that are left implementation-defined by the SQL standard. 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 implementation information items are not described here; you will find them in the description of the ODBC interface.

#### **Table 37.47. `sql_implementation_info` Columns**

| <p>Column Type</p><p>Description</p>                                                                                                                                                               |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><code>implementation\_info\_id</code> <code>character\_data</code></p><p>Identifier string of the implementation information item</p>                                                           |
| <p><code>implementation\_info\_name</code> <code>character\_data</code></p><p>Descriptive name of the implementation information item</p>                                                          |
| <p><code>integer\_value</code> <code>cardinal\_number</code></p><p>Value of the implementation information item, or null if the value is contained in the column <code>character\_value</code></p> |
| <p><code>character\_value</code> <code>character\_data</code></p><p>Value of the implementation information item, or null if the value is contained in the column <code>integer\_value</code></p>  |
| <p><code>comments</code> <code>character\_data</code></p><p>Possibly a comment pertaining to the implementation information item</p>                                                               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.postgresql.tw/client-interfaces/the-information-schema/36.44.-sql_implementation_info.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
