Re: Documentaion fix.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Documentaion fix.
Дата
Msg-id 20180731174732.GD2878@paquier.xyz
обсуждение исходный текст
Ответ на Re: Documentaion fix.  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Documentaion fix.  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
On Tue, Jul 31, 2018 at 10:59:14AM -0400, Alvaro Herrera wrote:
> How about pasting it like this?
>
> alvherre=# select * from pg_replication_slots \gx
> ─[ RECORD 1 ]───────┬────────────
> slot_name           │ node_a_slot
> plugin              │
> slot_type           │ physical
> datoid              │
> database            │
> temporary           │ f
> active              │ f
> active_pid          │
> xmin                │
> catalog_xmin        │
> restart_lsn         │
> confirmed_flush_lsn │

Each time this catalog is changed, this would become incorrect.  My
suggestion would be to change the query to that and call it a day:
SELECT slot_name, slot_type, active FROM pg_replication_slots;
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #15182: Canceling authentication due to timeout aka Denialof Service Attack
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Standby trying "restore_command" before local WAL