mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 05:27:36 +08:00
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.