projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5a399
)
doc: Fix claim that query is passed as ASCII text
author
Peter Eisentraut
Fri, 31 May 2013 01:09:27 +0000
(21:09 -0400)
committer
Peter Eisentraut
Fri, 31 May 2013 01:09:27 +0000
(21:09 -0400)
Ian Lawrence Barwick
doc/src/sgml/arch-dev.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/arch-dev.sgml
b/doc/src/sgml/arch-dev.sgml
index c1d9043f7d6a438f6c156bf22a94b6fedbf4bfc5..c835e87215e8f42e0b27eceb518aafd8e024329e 100644
(file)
--- 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>