PostgreSQL
36.46. sql_languages
The table sql_languages
contains one row for each SQL language binding that is supported by PostgreSQL. PostgreSQL supports direct SQL and embedded SQL in C; that is all you will learn from this table.
This table was removed from the SQL standard in SQL:2008, so there are no entries referring to standards later than SQL:2003.
Table 36.44. sql_languages
Columns
Name | Data Type | Description |
---|---|---|
|
|
The name of the source of the language definition; always |
|
|
The year the standard referenced in |
|
|
The standard conformance level for the language binding. For ISO 9075:2003 this is always |
|
|
Always null (This value is relevant to an earlier version of the SQL standard.) |
|
|
Always null |
|
|
The language binding style, either |
|
|
The programming language, if the binding style is |
+
Prev | Up | Next |
---|---|---|
36.45. |
36.47. |
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