From: Peter Eisentraut Date: Fri, 31 May 2013 01:09:27 +0000 (-0400) Subject: doc: Fix claim that query is passed as ASCII text X-Git-Tag: REL9_3_BETA2~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eff8055afb7c89c2d2629d35b074ca617a3c2310;p=postgresql doc: Fix claim that query is passed as ASCII text Ian Lawrence Barwick --- diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index c1d9043f7d..c835e87215 100644 --- a/doc/src/sgml/arch-dev.sgml +++ b/doc/src/sgml/arch-dev.sgml @@ -181,7 +181,7 @@ 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 parse tree is built up and handed back; otherwise an error is returned. The parser and lexer are implemented using the well-known Unix tools bison