Note that information_schema.sql_languages was removed in SQL:2008

This commit is contained in:
Peter Eisentraut 2011-07-18 07:26:30 +03:00
parent b59d2fe497
commit 3835855589
1 changed files with 6 additions and 2 deletions

View File

@ -4817,6 +4817,11 @@ ORDER BY c.ordinal_position;
embedded SQL in C; that is all you will learn from this table.
</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>
<title><literal>sql_languages</literal> Columns</title>
@ -4844,8 +4849,7 @@ ORDER BY c.ordinal_position;
<entry><type>character_data</type></entry>
<entry>
The year the standard referenced in
<literal>sql_language_source</literal> was approved; currently
<literal>2003</>
<literal>sql_language_source</literal> was approved.
</entry>
</row>