aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/parser')
-rw-r--r--src/backend/parser/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backend/parser/README b/src/backend/parser/README
index 35a7a687636..bc48a457e32 100644
--- a/src/backend/parser/README
+++ b/src/backend/parser/README
@@ -1,3 +1,8 @@
+$PostgreSQL: pgsql/src/backend/parser/README,v 1.6 2008/03/20 17:55:14 momjian Exp $
+
+Parser
+------
+
This directory does more than tokenize and parse SQL queries. It also
creates Query structures for the various complex queries that are passed
to the optimizer and then executor.