BUG? server closed the connection unexpectedly 7.4 on Windows (cygwin)

Поиск
Список
Период
Сортировка
От ezra epstein
Тема BUG? server closed the connection unexpectedly 7.4 on Windows (cygwin)
Дата
Msg-id 3LWcndATy-LlArjdXTWc-g@speakeasy.net
обсуждение исходный текст
Ответы Re: BUG? server closed the connection unexpectedly 7.4 on Windows (cygwin)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following query yields:

PublishWorks=> select count(*) from merchandise.ds_item(6);
 count
-------
   815
(1 row)

Yet the following produces:

PublishWorks=> select count(item.*) from merchandise.ds_item(6) item;
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>

As does:

PublishWorks=> select count(item.*) from merchandise.ds_item(6) as item;
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.4 aggregate OR TRUE yields strange results
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: BUG #1075: ecpg rejects C keywords in SQL context