Create lo Data type - Mailing list pgsql-odbc

From A Mohan
Subject Create lo Data type
Date
Msg-id 20030628105345.10601.qmail@webmail25.rediffmail.com
Whole thread Raw
Responses Re: Create lo Data type
List pgsql-odbc
We are having Postgrsql 7.3.2.
To create lo type we gave the following SQL.
CREATE TYPE lo (
     internallength=4,  externallength=10,
     input=int4in, output=int4out,
     default='',  passedbyvalue
);

But we could not create this lo type. It gives the following
error.
**********
Failed to execute SQL : SQL CREATE TYPE lo ( internallength=4,
externallength=10, input=int4in, output=int4out, default='',
passedbyvalue ); failed : ERROR: TypeCreate: function int4out(lo)
does not exist
*************

Can any one help us? please....

Regards,
A.Mohan
___________________________________________________
Click below to experience Sooraj Barjatya's latest offering
'Main Prem Ki Diwani Hoon' starring Hrithik Roshan,
Abhishek Bachchan & Kareena Kapoor http://www.mpkdh.com


pgsql-odbc by date:

Previous
From: Alan Graham
Date:
Subject: Access97 to pgSQL, error Bad boolean external representation
Next
From: Jeff Eckermann
Date:
Subject: Re: Access97 to pgSQL, error Bad boolean external representation