pg_rewind vs superuser

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pg_rewind vs superuser
Дата
Msg-id CABUevEz5bpvbwVsYCaSMV80CBZ5-82nkMzbb+Bu=h1m=rLdn=g@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_rewind vs superuser  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
As pointed out by Michael Banck as a comment on my blogpost, the pg_rewind documentation says it requires superuser permissions on the remote server.

Is that really so, though? I haven't tested it, but from a quick look at the code it looks like it needs pg_ls_dir(), pg_stat_file() and pg_read_binary_file(), all, of which are independently grantable.

Or am I missing something?

--

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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Ordered Partitioned Table Scans
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Checksum errors in pg_stat_database