Re: [HACKERS] Complex/elaborate user-defined base types

2003-10-24 Thread Jean-Henry Berevoescu
s it comes out of the de objectTypeOut function), but the type casted getObject() method fails (I tried the type mapping in different ways, but no one seem to work). Thanks in advance for any tip. Jean Jean-Henry Berevoescu wrote: Hi, I am trying to create complex user-defined base types and

Re: [HACKERS] Complex/elaborate user-defined base types

2003-10-24 Thread Jean-Henry Berevoescu
comes out of the de objectTypeOut function), but the type casted getObject() method fails (I tried the type mapping in different ways, but no one seem to work). Thanks in advance for any tip. Jean Jean-Henry Berevoescu wrote: Hi, I am trying to create complex user-defined base types and

[HACKERS] Complex/elaborate user-defined base types

2003-10-24 Thread Jean-Henry Berevoescu
Hi, I am trying to create complex user-defined base types and have some difficulties. I started with the examples (complex, point, path) and I had no problem at all creating similar user-defined types, with fixed or variable length. They perform very good in all my tests (inserts, selects and s