Commit eff8055a authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix claim that query is passed as ASCII text

Ian Lawrence Barwick
parent 8b5a3998
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<para> <para>
The parser has to check the query string (which arrives as plain The parser has to check the query string (which arrives as plain
ASCII text) for valid syntax. If the syntax is correct a text) for valid syntax. If the syntax is correct a
<firstterm>parse tree</firstterm> is built up and handed back; <firstterm>parse tree</firstterm> is built up and handed back;
otherwise an error is returned. The parser and lexer are otherwise an error is returned. The parser and lexer are
implemented using the well-known Unix tools <application>bison</> implemented using the well-known Unix tools <application>bison</>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment