From: | "Andreas Kretschmer" <andreas(at)a-kretschmer(dot)de> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #2152: psql crash reproducible |
Date: | 2006-01-05 18:47:58 |
Message-ID: | 20060105184758.EC042F0A32@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 2152
Logged by: Andreas Kretschmer
Email address: andreas(at)a-kretschmer(dot)de
PostgreSQL version: 8.1.0
Operating system: Debian/Linux
Description: psql crash reproducible
Details:
i wrote a wrong query, and psql crash:
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
test=# select x from (select extract(dow from ('2006/01/01'::date +
(generate_series(0,10)||'days')::interval)::date)) x;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
I know, the query is wrong, but the client lost the connection. I'm not a
hacker, but i think, this is a bug, in the client or in the server, i don't
know.
Btw.: PG is very great! Thanks all developers for PostgreSQL!
From | Date | Subject | |
---|---|---|---|
Next Message | Norman Young | 2006-01-05 18:56:28 | BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris |
Previous Message | Kerim Simsek | 2006-01-05 18:44:44 | BUG #2151: ODBC, Large Object, Visual Basic, GetChunk |