Re: [SQL] pqReadData()

2001-01-05 Thread Tom Lane
Najm Hashmi <[EMAIL PROTECTED]> writes: > fliprdb=# update artist set extrinfo='independent' where artist_id=6; > pqReadData() -- backend closed the channel unexpectedly. Hmm. Looks like you hit a backend crash :-(. Hard to say more with only this amount of info. What PG version are you using

[SQL] pqReadData()

2001-01-05 Thread Najm Hashmi
Hi all, I was trying to simply update single field in one of my tables as given below: fliprdb=# update artist set extrinfo='independent' where artist_id=6; pqReadData() -- backend closed the channel unexpectedly. This probably means the backend terminated abnormally before or wh