# HG changeset patch # User Adam Chlipala # Date 1320500438 14400 # Node ID 25742185768026d82e68e35cd4f4adf4b6cd6741 # Parent 03ad79980b55066c7f26b6f8d66b9bb4918de8da Fix SQL grammar bug in manual diff -r 03ad79980b55 -r 257421857680 doc/manual.tex --- a/doc/manual.tex Wed Nov 02 09:37:20 2011 -0400 +++ b/doc/manual.tex Sat Nov 05 09:40:38 2011 -0400 @@ -2131,7 +2131,7 @@ &&& \mid (Q) \; \mt{AS} \; t \\ \textrm{Joins} & J &::=& [\mt{INNER}] \\ &&& \mid [\mt{LEFT} \mid \mt{RIGHT} \mid \mt{FULL}] \; [\mt{OUTER}] \\ - \textrm{SQL expressions} & E &::=& p & \textrm{column references} \\ + \textrm{SQL expressions} & E &::=& t.f & \textrm{column references} \\ &&& X & \textrm{named expression references} \\ &&& \{[e]\} & \textrm{injected native Ur expressions} \\ &&& \{e\} & \textrm{computed expressions, probably using $\mt{sql\_exp}$ directly} \\