Re: psql FETCH_COUNT feature does not work with combined queries

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: psql FETCH_COUNT feature does not work with combined queries
Дата
Msg-id alpine.DEB.2.21.1907261608270.327@lancre
обсуждение исходный текст
Ответ на psql FETCH_COUNT feature does not work with combined queries  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: psql FETCH_COUNT feature does not work with combined queries  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers
> FETCH_COUNT does not work with combined queries, and probably has never 
> worked since 2006.

For the record, this bug has already been reported & discussed by Daniel 
Vérité a few months back, see:

https://www.postgresql.org/message-id/flat/a0a854b6-563c-4a11-bf1c-d6c6f924004d%40manitou-mail.org

Given the points of view expressed on this thread, especially Tom's view 
against improving the lexer used by psql to known where query ends, it 
looks that my documentation patch is the way to go in the short term, and 
that if the "always show query results" patch is committed, it might 
simplify a bit solving this issue as the PQexec call is turned into 
PQsendQuery.


-- 
Fabien.

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)
Следующее
От: Ryan Lambert
Дата:
Сообщение: Re: Built-in connection pooler