mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix various instances of "the the".
Two of these were pointed out by Erik Rijkers; the rest I found.
This commit is contained in:
@@ -63,7 +63,7 @@ href="../../backend/parser">parser</a> - converts SQL query to
|
||||
query tree</h2>
|
||||
|
||||
<p>This converts SQL queries coming from <i>libpq</i> into
|
||||
command-specific structures to be used the the optimizer/executor,
|
||||
command-specific structures to be used the optimizer/executor,
|
||||
or <i>/commands</i> routines. The SQL is lexically analyzed into
|
||||
keywords, identifiers, and constants, and passed to the parser. The
|
||||
parser creates command-specific structures to hold the elements of
|
||||
|
Reference in New Issue
Block a user