summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2011-07-18 04:26:30 +0000
committerPeter Eisentraut2011-07-18 04:35:56 +0000
commitb17648bc6e1dbb8c717c70129b4774310d6804ab (patch)
treefd255c9c76e3d87017a7f544b5c0aa4d27520775
parentfbd847a5877444f098cdbf270b967f8010a48838 (diff)
Note that information_schema.sql_languages was removed in SQL:2008
-rw-r--r--doc/src/sgml/information_schema.sgml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 4e423da5831..c2f33afab2f 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -4655,6 +4655,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>
@@ -4682,8 +4687,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>