Re: PostgreSQL 7.0 problem (may be bug?)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Vladimir V(dot) Zolotych" <gsmith(at)eurocom(dot)od(dot)ua>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.0 problem (may be bug?)
Date: 2001-07-25 15:38:04
Message-ID: 21354.996075484@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Vladimir V. Zolotych" <gsmith(at)eurocom(dot)od(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-25 15:46:31 Re: Re: plpgsql: Debug function?
Previous Message Joel Burton 2001-07-25 15:25:56 Re: plpgsql: Debug function?