summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-08-19 14:20:24 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-08-19 14:20:24 -0400
commit2babe3938c1d97e46be24e033d9cb575f746d80b (patch)
tree171d4a50ae25c43824224d1cf7bf418b16de314c /doc
parentafaf7f27220ccc94b3bb29fb14994040e97b1f4e (diff)
Add antiquote for ORDER BY directions
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.tex b/doc/manual.tex
index d00ad8ad..a1fe4a1d 100644
--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -2100,7 +2100,7 @@ $$\begin{array}{rrcll}
\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}$$