[SQL] Extending Datatype

2003-02-13 Thread Wei Weng
Where can I find a more detailed doc on how to write module for extended datatype? There isn't much about it on techdoc.postgresql.org. (I need to write one for UNIQUEIDENTIFIER.) Thanks! Wei ---(end of broadcast)--- TIP 5: Have you checked

Re: [SQL] Extending Datatype

2003-02-13 Thread Bruce Momjian
Try the SERIAL data type. It uses sequences and DEFAULT. Read the FAQ. --- Wei Weng wrote: Where can I find a more detailed doc on how to write module for extended datatype? There isn't much about it on