mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
doc: Fix claim that query is passed as ASCII text
Ian Lawrence Barwick
This commit is contained in:
parent
8b5a3998a1
commit
eff8055afb
1 changed files with 1 additions and 1 deletions
|
|
@ -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</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue