1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00
Files
postgres/src/backend/utils/adt
Peter Eisentraut 73874a06f0 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.
2000-10-31 10:22:13 +00:00
..
2000-10-16 17:08:11 +00:00
2000-10-25 19:36:03 +00:00
2000-07-03 23:10:14 +00:00
2000-10-22 22:15:13 +00:00
2000-09-25 12:58:47 +00:00
2000-08-29 04:41:48 +00:00
2000-10-05 19:48:34 +00:00