diff doc/manual.tex @ 1543:6f046b4bad24

Add antiquote for ORDER BY directions
author Adam Chlipala <adam@chlipala.net>
date Fri, 19 Aug 2011 14:20:24 -0400
parents 7ef09e91198b
children a99b743a3087
line wrap: on
line diff
--- a/doc/manual.tex	Fri Aug 19 08:59:01 2011 -0400
+++ b/doc/manual.tex	Fri Aug 19 14:20:24 2011 -0400
@@ -2100,7 +2100,7 @@
   \textrm{Unary operators} & u &::=& \mt{NOT} \\
   \textrm{Binary operators} & b &::=& \mt{AND} \mid \mt{OR} \mid \neq \mid < \mid \leq \mid > \mid \geq \\
   \textrm{Aggregate functions} & a &::=& \mt{COUNT} \mid \mt{AVG} \mid \mt{SUM} \mid \mt{MIN} \mid \mt{MAX} \\
-  \textrm{Directions} & o &::=& \mt{ASC} \mid \mt{DESC} \\
+  \textrm{Directions} & o &::=& \mt{ASC} \mid \mt{DESC} \mid \{e\} \\
   \textrm{SQL integer} & N &::=& n \mid \{e\} \\
 \end{array}$$