On 03.Apr.2002 -- 06:45 PM, Enke Michael wrote:
> Christian Haul wrote:
> >
> > You're absolutely sure it's the getObject method that causes the grief?
>
> Yes I am. There are also (sparse) instructions in postgres manual how to create
>those classes.
So, there is a possibility to use getObjec
Christian Haul wrote:
>
> On 03.Apr.2002 -- 12:34 PM, Enke Michael wrote:
> > Hi,
> > in postgres you have datatypes which are not in the sql standard
> > and you can define your own datatypes.
> > Two datatypes from postgres that I use often are bit() and bit varying().
> > If I call than the p
On 03.Apr.2002 -- 12:34 PM, Enke Michael wrote:
> Hi,
> in postgres you have datatypes which are not in the sql standard
> and you can define your own datatypes.
> Two datatypes from postgres that I use often are bit() and bit varying().
> If I call than the page crahses because the column type
>