Re: [BUGS] Bug #467: Can't insert a value of 0 (zero) into a Bytea

2001-09-24 Thread Joe Conway
> > Short Description > > Can't insert a value of 0 (zero) into a Bytea type. > > > > Long Description > > It does not zeem possible to insert a value of zero (0) into a bytea type. A > > lso, using '\134' (the octal code for a backslash) causes byteain() to genera > > te an error message. > > >

Re: [BUGS] [HACKERS] Server crash caused by CHECK on child

2001-09-24 Thread Kevin Way
> What version are you trying this script on? I'm not > seeing a crash on my 7.2 devel system (and the update occurs). 7.1.3. I'll sup a copy of the 7.2 sources and see if that fixes the test case, and my actual bug. -Kevin Way ---(end of broadcast)

Re: [BUGS] Bug #468: psql field separator......

2001-09-24 Thread Peter Eisentraut
> Maurizio Totti ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The option for change the field separator in psql don't work (or I'm not able to use >it :-). > a427137@prometeo:~$ psql -F ';' -c "select * from sd_tab_software" sdlog > softid | software | pack >

[BUGS] Crash caused by CHECK on child

2001-09-24 Thread Kevin Way
Baldvin posted this greatly simplified test case, which also crashes the server without even using PL/pgSQL on pgsql-sql. -- Hi Kevin, and everyone! -- -- I don't think that I only found a minor bug compared to -- the other you wrote in your last letter: the backend crash -- is caused by the sam

[BUGS] Bug #468: psql field separator......

2001-09-24 Thread pgsql-bugs
Maurizio Totti ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description psql field separator.. Long Description The option for change the field separator in psql don't work (or I'm not able to use it :-). I tried whit -F ';' or -P