PostgreSQL
36.45. 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 36.43. sql_implementation_info
Columns
Column Type Description |
---|
Identifier string of the implementation information item |
Descriptive name of the implementation information item |
Value of the implementation information item, or null if the value is contained in the column |
Value of the implementation information item, or null if the value is contained in the column |
Possibly a comment pertaining to the implementation information item |
+
Prev | Up | Next |
---|---|---|
36.44. |
36.46. |
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-2023 The PostgreSQL Global Development Group