From: Peter Eisentraut Date: Mon, 18 Jul 2011 04:26:30 +0000 (+0300) Subject: Note that information_schema.sql_languages was removed in SQL:2008 X-Git-Tag: REL9_1_RC1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b17648bc6e1dbb8c717c70129b4774310d6804ab;p=postgresql Note that information_schema.sql_languages was removed in SQL:2008 --- diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 4e423da583..c2f33afab2 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. + + This table was removed from the SQL standard in SQL:2008, so there + are no entries referring to standards later than SQL:2003. + + <literal>sql_languages</literal> Columns @@ -4682,8 +4687,7 @@ ORDER BY c.ordinal_position; character_data The year the standard referenced in - sql_language_source was approved; currently - 2003 + sql_language_source was approved.