aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-06-25 14:04:13 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2014-06-25 14:04:13 -0400
commit4d2154f281d63408567a4f063dc4a5f9846cbf44 (patch)
treeaa657a36e2c449a4aa47aac3b924487db6097d9a /doc
parent0a45f32c63f2d9a3df8c8ea15ea67b8e8c0fef5a (diff)
New syntactic shorthand for antiquoting subqueries
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 4a11430b..97e5d2c0 100644
--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -2280,7 +2280,7 @@ $$\begin{array}{rrcll}
&&& \{\{e\}\} \; \mt{AS} \; \{c\} & \textrm{computed table expression, with computed local name} \\
\textrm{$\mt{FROM}$ items} & F &::=& T \mid \{\{e\}\} \mid F \; J \; \mt{JOIN} \; F \; \mt{ON} \; E \\
&&& \mid F \; \mt{CROSS} \; \mt{JOIN} \ F \\
- &&& \mid (Q) \; \mt{AS} \; t \\
+ &&& \mid (Q) \; \mt{AS} \; t \mid (\{\{e\}\}) \; \mt{AS} \; t \\
\textrm{Joins} & J &::=& [\mt{INNER}] \\
&&& \mid [\mt{LEFT} \mid \mt{RIGHT} \mid \mt{FULL}] \; [\mt{OUTER}] \\
\textrm{SQL expressions} & E &::=& t.f & \textrm{column references} \\