Re: system views for walsender activity

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: system views for walsender activity
Дата
Msg-id 4D236BE4.8000906@agliodbs.com
обсуждение исходный текст
Ответ на Re: system views for walsender activity  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: system views for walsender activity  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: system views for walsender activity  (David Fetter <david@fetter.org>)
Список pgsql-hackers
> Eh... I may be showing my status as a non-normal human, but I know
> exactly what pg_stat_walsender is (it's the view that shows you the
> status of the WAL senders you've allowed by configuring
> max_wal_senders>0) but I have no idea what pg_stat_replication_sent
> and pg_stat_replication_received are supposed to be.  Why two views?
> *scratches head in confusion*

How about one view, called "pg_stat_replication"?  This would be clear
even to newbies, which none of the other view names would ...

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: system views for walsender activity
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: WIP: Range Types