Re: PostgreSQL 7.0 problem (may be bug?) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL 7.0 problem (may be bug?)
Date
Msg-id 21354.996075484@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 7.0 problem (may be bug?)  ("Vladimir V. Zolotych" <gsmith@eurocom.od.ua>)
List pgsql-hackers
"Vladimir V. Zolotych" <gsmith@eurocom.od.ua> writes:
> proba=# insert into bb select id,val,count(val) from aa group by id,val;
> pqReadData() -- backend closed the channel unexpectedly.

Try 7.1.  Prior releases tend to have problems with implicit datatype
conversions in INSERT ... SELECT.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Joel Burton
Date:
Subject: Re: plpgsql: Debug function?
Next
From: Joel Burton
Date:
Subject: Re: plpgsql: Debug function?