Re: [BUGS] select cash_out('2'); crashes backend on 7.0.2

2001-01-22 Thread Bruce Momjian
Seems this still fails. Hackers, does the crash cause other backends to abort? > > Hello, > > I was just experimenting, trying to see if I could find a function that > would format a numeric value like 'money' with Postgres 7.0.2. Here's > what happened: > > ## > cascade=> select cash_o

Re: [BUGS] select cash_out('2'); crashes backend on 7.0.2

2000-12-12 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: >> cascade=> select cash_out(2); >> pqReadData() -- backend closed the channel unexpectedly. > I can confirm this is crashes in 7.1 too. You can get this sort of result with almost any input or output function :-(. The problem is that they're mostly mis

Re: [BUGS] select cash_out('2'); crashes backend on 7.0.2

2000-12-12 Thread Bruce Momjian
Added to TODO: * SELECT cash_out(2) crashes because of opaque > Bruce Momjian <[EMAIL PROTECTED]> writes: > >> cascade=> select cash_out(2); > >> pqReadData() -- backend closed the channel unexpectedly. > > > I can confirm this is crashes in 7.1 too. > > You can get this sort of resul

Re: [BUGS] select cash_out('2'); crashes backend on 7.0.2

2000-12-12 Thread Bruce Momjian
I can confirm this is crashes in 7.1 too. > > Hello, > > I was just experimenting, trying to see if I could find a function that > would format a numeric value like 'money' with Postgres 7.0.2. Here's > what happened: > > ## > cascade=> select cash_out(2); > pqReadData() -- backend closed

[BUGS] select cash_out('2'); crashes backend on 7.0.2

2000-12-12 Thread Mark Stosberg
Hello, I was just experimenting, trying to see if I could find a function that would format a numeric value like 'money' with Postgres 7.0.2. Here's what happened: ## cascade=> select cash_out(2); pqReadData() -- backend closed the channel unexpectedly. This probably means the back