Re: Server Crash wit insert ... select ... group by - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Server Crash wit insert ... select ... group by
Date
Msg-id 27724.984960228@sss.pgh.pa.us
Whole thread Raw
In response to Server Crash wit insert ... select ... group by  (Ramin Motakef <ramin@motakef.de>)
List pgsql-bugs
Ramin Motakef <ramin@motakef.de> writes:
> The Following query causes the backend to crash:

> INSERT INTO bmonth (year,month,hours)
> SELECT date_part('year',day),
>        date_part('month',day),
>        to_hour(sum(stop-start))
> FROM stunden
> GROUP BY date_part('year',day), date_part('month',day);

This is fixed in 7.1.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Ramin Motakef
Date:
Subject: Server Crash wit insert ... select ... group by
Next
From: Julian Richardson
Date:
Subject: 7.03 JDBC drivers & large objects