diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-07-18 07:26:30 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-07-18 07:26:30 +0300 |
commit | 3835855589d8fe8bd5ea0fa51a5a539756223612 (patch) | |
tree | 60165eb6eb3c5cf8662313f6cc20caa04a2b7284 | |
parent | b59d2fe4970e689a50e802960ef0812acaf88221 (diff) | |
download | postgresql-3835855589d8fe8bd5ea0fa51a5a539756223612.tar.gz postgresql-3835855589d8fe8bd5ea0fa51a5a539756223612.zip |
Note that information_schema.sql_languages was removed in SQL:2008
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 5d29d412d26..ed4f1572a0a 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -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> |