Re: [GENERAL] Integrating New Data Type

2011-04-06 Thread Radosław Smogura
Pavel Stehule Tuesday 05 April 2011 10:11:02 > Hello > > 2011/4/5 Nick Raj : > > Hi all, > > I have defined a new data type. I have defined in and out function for > > that data type. > > But i want to know how to integrate this data type with postgres (how > > postgres compile my code or know my

Re: [GENERAL] Integrating New Data Type

2011-04-05 Thread Pavel Stehule
Hello 2011/4/5 Nick Raj : > Hi all, > I have defined a new data type. I have defined in and out function for that > data type. > But i want to know how to integrate this data type with postgres (how > postgres compile my code or know my datatype) ? you have to register in, out functions, you have

[GENERAL] Integrating New Data Type

2011-04-05 Thread Nick Raj
Hi all, I have defined a new data type. I have defined in and out function for that data type. But i want to know how to integrate this data type with postgres (how postgres compile my code or know my datatype) ? Thanks, Nirmesh