can't create type lo (BLOB) - Mailing list pgsql-general

From Daniel Schuchardt
Subject can't create type lo (BLOB)
Date
Msg-id aupfth$1pm$1@news.hub.org
Whole thread Raw
Responses Re: can't create type lo (BLOB)
List pgsql-general
Hi @ all, thats my problem :

CIMSOFT=# CREATE TYPE lo (internallength=4, externallength=10, input=int4in,
output=int4out, default='', passedbyvalue);

ERROR:  TypeCreate: function int4out(lo) does not exist
ERROR:  TypeCreate: function int4out(lo) does not exist

CIMSOFT=# SELECT version();
version

----------------------------------------------------------------------------
-----------
 PostgreSQL 7.3 on i686-pc-cygwin, compiled by GCC gcc (GCC) 3.2 20020927
(prerelease)
(1 row)

Why this? With PostrgreSql 7.2 this works well.

Thanks for help



pgsql-general by date:

Previous
From: Hadley Willan
Date:
Subject: Re: no space left on device
Next
From: "Atahualpa Jones"
Date:
Subject: Postgresql 7.2.1 and umlauts