[teiid-commits] teiid SVN: r3233 - branches/7.4.x/documentation/reference/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Jun 8 12:02:59 EDT 2011


Author: shawkins
Date: 2011-06-08 12:02:59 -0400 (Wed, 08 Jun 2011)
New Revision: 3233

Modified:
   branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
Log:
TEIID-1005 adding a doc note about reserved words

Modified: branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
===================================================================
--- branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml	2011-06-08 12:39:43 UTC (rev 3232)
+++ branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml	2011-06-08 16:02:59 UTC (rev 3233)
@@ -108,6 +108,12 @@
       resulting names are unambiguous in the context of the command.
       Different forms of qualification can be mixed in the same query.
     </para>
+    <section>
+    	<title>Reserved Words</title>
+    	<para>Teiid's reserved words include the standard SQL 2003 Foundation, SQL/MED, and SQL/XML reserved words, as well as Teiid specific words such as BIGINTEGER, BIGDECIMAL, or MAKEDEP. 
+    	See the <xref linkend="grammar"/> TOKENS section for all reserved words.  They will appear as 'SMALLINT: "smallint"' where the quoted string is the actual lexical form. 
+    	 </para>
+    </section>
   </section>
   <section>
     <title>Expressions</title>



More information about the teiid-commits mailing list