Change the parser to convert SQL "position" and "substring" syntax to

Peter Eisentraut <peter_e@gmx.net>

Commit: 73874a06f02691b32c07318e543d83e7947efa51
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-10-31T10:22:13Z
Releases: 7.1.1
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.

Files