Re: psql's is_select_command is naive

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql's is_select_command is naive
Дата
Msg-id 6701.1274927713@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql's is_select_command is naive  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: psql's is_select_command is naive  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> It knows that queries beginning with "select" or "values" are select
> commands, but it seems not to be clued in about "table" and "with".

What we really ought to do IMO is throw out the entire current
implementation of fetch_count.  If libpq exposed access to the
protocol-level fetch count, we could implement it without this
cursor kluge.
        regards, tom lane


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Synchronization levels in SR
Следующее
От: Robert Haas
Дата:
Сообщение: Re: psql's is_select_command is naive