Re: lo type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dagoberto Torres" <support(at)info-plus(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: lo type
Date: 2004-11-28 19:21:33
Message-ID: 19453.1101669693@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Dagoberto Torres" <support(at)info-plus(dot)org> writes:
> create domain lo as oid;
> CREATE TABLE fotograph(code varchar(10) not null, foto lo);

> Recently I upgrade for beta 2 and I can't retrieve anymore the pictures I
> save

Sounds like you forgot to include large objects while dumping your older
database.

regards, tom lane

In response to

  • lo type at 2004-11-27 21:23:54 from Dagoberto Torres

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2004-11-28 22:14:32 Re: [BUGS] solaris non gcc compiler debug options
Previous Message Dagoberto Torres 2004-11-27 21:23:54 lo type