aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-05-30 21:09:27 -0400
committerPeter Eisentraut <peter_e@gmx.net>2013-05-30 21:09:27 -0400
commiteff8055afb7c89c2d2629d35b074ca617a3c2310 (patch)
tree982bff5086523465b3eca9571a0d157a24136747
parent8b5a3998a104ef5918b50e207be0aa86e085d49d (diff)
downloadpostgresql-eff8055afb7c89c2d2629d35b074ca617a3c2310.tar.gz
postgresql-eff8055afb7c89c2d2629d35b074ca617a3c2310.zip
doc: Fix claim that query is passed as ASCII text
Ian Lawrence Barwick
-rw-r--r--doc/src/sgml/arch-dev.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml
index c1d9043f7d6..c835e87215e 100644
--- a/doc/src/sgml/arch-dev.sgml
+++ b/doc/src/sgml/arch-dev.sgml
@@ -181,7 +181,7 @@
<para>
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;
otherwise an error is returned. The parser and lexer are
implemented using the well-known Unix tools <application>bison</>