pgsql: Adjust server-side backup to depend on pg_write_server_files.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Adjust server-side backup to depend on pg_write_server_files.
Дата
Msg-id E1nDV7S-0003Tr-1d@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Adjust server-side backup to depend on pg_write_server_files.

I had made it depend on superuser, but that seems clearly inferior.
Also document the permissions requirement in the straming replication
protocol section of the documentation, rather than only in the
section having to do with pg_basebackup.

Idea and patch from Dagfinn Ilmari Mannsåker.

Discussion: http://postgr.es/m/87bkzw160u.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7f6772317b4a4f9d30c25d1853571fca6d834f0c

Modified Files
--------------
doc/src/sgml/protocol.sgml                  | 5 +++++
doc/src/sgml/ref/pg_basebackup.sgml         | 3 ++-
src/backend/replication/basebackup_server.c | 6 ++++--
3 files changed, 11 insertions(+), 3 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: pg_basebackup: Cleaner handling when compression is multiply spe
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Move the code to archive files via the shell to a separate file.