From db00632e0f45fa2ab5bd549949b21759d41bafc4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Nov 1997 02:23:02 +0000 Subject: Cleaups of comments. --- src/backend/parser/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/parser') 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 -- cgit v1.2.3