write a new built in type

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема write a new built in type
Дата
Msg-id c7h8sb$n1m$1@floppy.pyrenet.fr
обсуждение исходный текст
Список pgsql-hackers
Hi all,
I with to write a new builtin type, I seen that what I have to do is:

1) ad on pgsql/src/include/utils/builtins.h     the signature for my function that will manipulate my     type

2) ad on pgsql/src/backend/utils/adt     a new file   my_type.c   with the implementation of all function inserted in
thefile   at point 1
 

and what else ? For example how may I define the name for my new type ?




Regards
Gaetano Mendola






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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup