On Sat, 2004-11-27 at 12:55 -0500, Tom Lane wrote:
> This seems like the most appropriate answer to me; I was thinking of
> doing that earlier when Fabien and I were fooling with plpgsql error
> reporting, but didn't get around to it.
Attached is a patch that implements a rough draft of this (it a
Added to TODO list:
* Allow cross-compiling by generating the zic database on the
target system
---
Tom Lane wrote:
> "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> > Quick and dirty [and not really
"Dagoberto Torres" <[EMAIL PROTECTED]> 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
datab
Hello.
In postgresql 7.3.1 I created
create domain lo as oid;
CREATE TABLE fotograph(code varchar(10) not null, foto lo);
It worked perfectly
Recently I upgrade for beta 2 and I can't retrieve anymore the pictures I save
I'm using visual basic 6 odbc 7.03.02