summaryrefslogtreecommitdiff
path: root/src/backend/parser
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-27 02:23:02 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-27 02:23:02 +0000
commitdb00632e0f45fa2ab5bd549949b21759d41bafc4 (patch)
treeb5f663616f2844e080ffbc30a8ed61fed5dd8e8f /src/backend/parser
parentbac80c218eea921941a6f56f65a611e852536b53 (diff)
Cleaups of comments.
Diffstat (limited to 'src/backend/parser')
-rw-r--r--src/backend/parser/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/README b/src/backend/parser/README
index ddbcb6f63d8..402f193bc6a 100644
--- a/src/backend/parser/README
+++ b/src/backend/parser/README
@@ -7,7 +7,7 @@ scan.l break query into tokens
scansup.c handle escapes in input
keywords.c turn keywords into specific tokens
gram.y parse the tokens and fill query-type-specific structures
-analyze.c one function for every complex query type like SELECT, INSERT...
+analyze.c handle post-parse processing for each query type
parse_clause.c handle clauses like WHERE, ORDER BY, GROUP BY, ...
parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4
parse_oper.c handle operations in expressions