Обсуждение: pgsql/src/include/utils (varbit.h)

Поиск
Список
Период
Сортировка

pgsql/src/include/utils (varbit.h)

От
petere@postgresql.org
Дата:
  Date: Tuesday, October 31, 2000 @ 05:22:13
Author: petere

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

Modified Files:
    varbit.h

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