Re: [BUGS] BUG #1329: Bug in IF-ELSEIF-ELSE construct

2004-11-28 Thread Neil Conway
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

Re: [BUGS] BUG #1311: Can't crosscompile

2004-11-28 Thread Bruce Momjian
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

Re: [BUGS] lo type

2004-11-28 Thread Tom Lane
"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

[BUGS] lo type

2004-11-28 Thread Dagoberto Torres
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