diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-08-19 14:20:24 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-08-19 14:20:24 -0400 |
commit | 7144b7ff351ce55fe39d107342ba2778331700e6 (patch) | |
tree | 171d4a50ae25c43824224d1cf7bf418b16de314c /doc | |
parent | 4566f7c929223345423d66554be1015acf3cefb9 (diff) |
Add antiquote for ORDER BY directions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.tex | 2 |
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}$$ |