pgsql/src/backend/parser (gram.y parse_node.c scan.l) - Mailing list pgsql-committers

From petere@postgresql.org
Subject pgsql/src/backend/parser (gram.y parse_node.c scan.l)
Date
Msg-id 200010311022.e9VAMB791382@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, October 31, 2000 @ 05:22:11
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv89311/src/backend/parser

Modified Files:
    gram.y parse_node.c scan.l

-----------------------------  Log Message  -----------------------------

Change the parser to convert SQL "position" and "substring" syntax to
position() and substring() functions, so that it works transparently for
bit types as well.  Alias the text functions appropriately.

Add position() for bit types.

Add new constant node T_BitString that represents literals of the form
B'1001 and pass those to zpbit type.


pgsql-committers by date:

Previous
From: petere@postgresql.org
Date:
Subject: pgsql/src/include/catalog (catversion.h pg_proc.h)
Next
From: petere@postgresql.org
Date:
Subject: pgsql/src/backend/utils/adt (varbit.c)