pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c list.c outfuncs.c read.c)

From: petere(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c list.c outfuncs.c read.c)
Date: 2000-10-31 10:22:10
Message-ID: 200010311022.e9VAMAB91379@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, October 31, 2000 @ 05:22:10
Author: petere

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

Modified Files:
copyfuncs.c equalfuncs.c list.c outfuncs.c read.c

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message petere 2000-10-31 10:22:11 pgsql/src/backend/parser (gram.y parse_node.c scan.l)
Previous Message Tatsuo Ishii 2000-10-31 00:40:32 Re: Unicode conversion (Re: [COMMITTERS] pgsql (configure.in))