Skip to content

Commit b17648b

Browse files
committed
Note that information_schema.sql_languages was removed in SQL:2008
1 parent fbd847a commit b17648b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4655,6 +4655,11 @@ ORDER BY c.ordinal_position;
46554655
embedded SQL in C; that is all you will learn from this table.
46564656
</para>
46574657

4658+
<para>
4659+
This table was removed from the SQL standard in SQL:2008, so there
4660+
are no entries referring to standards later than SQL:2003.
4661+
</para>
4662+
46584663
<table>
46594664
<title><literal>sql_languages</literal> Columns</title>
46604665

@@ -4682,8 +4687,7 @@ ORDER BY c.ordinal_position;
46824687
<entry><type>character_data</type></entry>
46834688
<entry>
46844689
The year the standard referenced in
4685-
<literal>sql_language_source</literal> was approved; currently
4686-
<literal>2003</>
4690+
<literal>sql_language_source</literal> was approved.
46874691
</entry>
46884692
</row>
46894693

0 commit comments

Comments
 (0)