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

Поиск
Список
Период
Сортировка
От petere@postgresql.org
Тема pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c list.c outfuncs.c read.c)
Дата
Msg-id 200010311022.e9VAMAB91379@hub.org
обсуждение исходный текст
Список 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.


В списке pgsql-committers по дате отправления:

Предыдущее
От: petere@postgresql.org
Дата:
Сообщение: pgsql/src/backend/utils/adt (varbit.c)
Следующее
От: petere@postgresql.org
Дата:
Сообщение: pgsql/src/include/utils (varbit.h)