can't create type lo (BLOB)

From: "Daniel Schuchardt" <daniel_schuchardt(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: can't create type lo (BLOB)
Date: 2002-12-30 12:58:58
Message-ID: aupfth$1pm$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jules Alberts 2002-12-30 13:18:28 Re: PHP & PostgreSQL
Previous Message CoL 2002-12-30 12:58:06 Re: PHP & PostgreSQL