Re: [GENERAL] psql -e problem

1999-02-05 Thread Bruce Momjian
Sounds like an OS bug. > Just upgraded to 6.4.2 from 6.3.2 and I've got a bit of a problem. > > Compiled, installed, regressed(?) all went fine. Come to load up the old > datbases, and it appears that \. is not being recognised as end-of-input > in the database dump file (I did a pg_dumpall -z,

Re: [GENERAL] psql -e problem

1999-02-05 Thread Simon Drabble
On Fri, 5 Feb 1999, Bruce Momjian wrote: > Sounds like an OS bug. o...k... Linux is famous for this sort of behaviour, I shoulda guessed. Anyone else with perhaps a more helpful idea? Simon. > > > Just upgraded to 6.4.2 from 6.3.2 and I've got a bit of a problem. > > > > Compiled, inst

[GENERAL] backend error messages not received at frontend

1999-02-05 Thread Diana Eichert
I just installed 6.4.2 on an OpenBSD 2.4 i386 box. The install went very smoothly. However when I tried to run the regression tests it would just hang. After starting postmaster with -d3 I saw that error messages were being created. The error messages aren't making their way back to the fr

[GENERAL] Oooops, I think I booboo'd

1999-02-05 Thread Jonny Hinojosa
When I created a table, I named a field 'millisID', now I can not access that field. I have tried to 'ALTER TABLE' but that fails like everything else. Any suggestions would be greatly appreciated. Jonny