write a new built in type - Mailing list pgsql-hackers

From Gaetano Mendola
Subject write a new built in type
Date
Msg-id c7h8sb$n1m$1@floppy.pyrenet.fr
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN
Next
From: Tatsuo Ishii
Date:
Subject: Re: PostgreSQL pre-fork speedup