Re: Extended query: parse command freezes backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extended query: parse command freezes backend
Дата
Msg-id 3444.1089438929@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Extended query: parse command freezes backend  ("M. Bastin" <marcbastin@mindspring.com>)
Ответы Extended query: prepared statements list?  ("M. Bastin" <marcbastin@mindspring.com>)
Список pgsql-novice
"M. Bastin" <marcbastin@mindspring.com> writes:
> I'm sending this parse command after which the backend completely
> stops responding (just the session, not the whole server):

>    Byte1('P'): "P"
>    Int32:       41
>    String:     "mystatement" + null byte
>    String:     "select * from mytable;" + null byte
>    Int16:       0

You haven't done anything to ensure a response message (viz, Flush or
Sync).  See nearby discussion about brokenness of Tcl interface...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: array in postgre
Следующее
От: "David P. Lurie"
Дата:
Сообщение: Updatable Views from MS Access 2003