Re: [GENERAL] back-end dies on select

2000-09-06 Thread Tom Lane
Matt Beauregard <[EMAIL PROTECTED]> writes: > prodex=# select category_id, category_name from category natural join >category_product natural join product; > pqReadData() -- backend closed the channel unexpectedly. > That's the first time anything like this has happened... no doubt I > have the

[GENERAL] back-end dies on select

2000-09-06 Thread Matt Beauregard
prodex=# select category_id, category_name from category natural join category_product natural join product; pqReadData() -- backend closed the channel unexpectedly. This probably means the backend terminated abnormally before or while processing the request. The connection to th