We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59d2fe commit 3835855Copy full SHA for 3835855
doc/src/sgml/information_schema.sgml
@@ -4817,6 +4817,11 @@ ORDER BY c.ordinal_position;
4817
embedded SQL in C; that is all you will learn from this table.
4818
</para>
4819
4820
+ <para>
4821
+ This table was removed from the SQL standard in SQL:2008, so there
4822
+ are no entries referring to standards later than SQL:2003.
4823
+ </para>
4824
+
4825
<table>
4826
<title><literal>sql_languages</literal> Columns</title>
4827
@@ -4844,8 +4849,7 @@ ORDER BY c.ordinal_position;
4844
4849
<entry><type>character_data</type></entry>
4845
4850
<entry>
4846
4851
The year the standard referenced in
4847
- <literal>sql_language_source</literal> was approved; currently
4848
- <literal>2003</>
4852
+ <literal>sql_language_source</literal> was approved.
4853
</entry>
4854
</row>
4855
0 commit comments