Commit 38358555 authored by Peter Eisentraut's avatar Peter Eisentraut

Note that information_schema.sql_languages was removed in SQL:2008

parent b59d2fe4
...@@ -4817,6 +4817,11 @@ ORDER BY c.ordinal_position; ...@@ -4817,6 +4817,11 @@ ORDER BY c.ordinal_position;
embedded SQL in C; that is all you will learn from this table. embedded SQL in C; that is all you will learn from this table.
</para> </para>
<para>
This table was removed from the SQL standard in SQL:2008, so there
are no entries referring to standards later than SQL:2003.
</para>
<table> <table>
<title><literal>sql_languages</literal> Columns</title> <title><literal>sql_languages</literal> Columns</title>
...@@ -4844,8 +4849,7 @@ ORDER BY c.ordinal_position; ...@@ -4844,8 +4849,7 @@ ORDER BY c.ordinal_position;
<entry><type>character_data</type></entry> <entry><type>character_data</type></entry>
<entry> <entry>
The year the standard referenced in The year the standard referenced in
<literal>sql_language_source</literal> was approved; currently <literal>sql_language_source</literal> was approved.
<literal>2003</>
</entry> </entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment