Re: pg_walinspect last query typo

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: pg_walinspect last query typo
Дата
Msg-id 1B606F53-E495-4D49-98D8-4CDA7018B93F@yesql.se
обсуждение исходный текст
Ответ на pg_walinspect last query typo  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers
> On 25 May 2023, at 11:13, jian he <jian.universality@gmail.com> wrote:
> 
> hi.
> https://www.postgresql.org/docs/current/pgwalinspect.html
> 
> last query should be:
> SELECT * FROM pg_get_wal_stats('0/1E847D00', '0/1E84F500')
> WHERE   count > 0 AND
>         "resource_manager/record_type" = 'Transaction'
> LIMIT 1;

Nice catch, the LIMIT 1 has indeed landed in the wrong place. Will fix.

--
Daniel Gustafsson




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

Предыдущее
От: jian he
Дата:
Сообщение: pg_walinspect last query typo
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgindent vs. pgperltidy command-line arguments