Re: postgresql.conf archive_command example
От
Kevin Grittner
Тема
Re: postgresql.conf archive_command example
Дата
Msg-id
4E60F1E60200002500040B89@gw.wicourts.gov
Ответ на
Re: postgresql.conf archive_command example (Dimitri Fontaine)
Список
Дерево обсуждения
postgresql.conf archive_command example Peter Eisentraut <peter_e@gmx.net>
Re: postgresql.conf archive_command example Brendan Jurd <direvus@gmail.com>
Re: postgresql.conf archive_command example Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: postgresql.conf archive_command example Peter Eisentraut <peter_e@gmx.net>
Re: postgresql.conf archive_command example Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: postgresql.conf archive_command example Robert Haas <robertmhaas@gmail.com>
Re: postgresql.conf archive_command example Josh Berkus <josh@agliodbs.com>
Re: postgresql.conf archive_command example Robert Haas <robertmhaas@gmail.com>
Re: postgresql.conf archive_command example Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: postgresql.conf archive_command example "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: postgresql.conf archive_command example Robert Haas <robertmhaas@gmail.com>
Re: postgresql.conf archive_command example Tom Lane <tgl@sss.pgh.pa.us>
Re: postgresql.conf archive_command example "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: postgresql.conf archive_command example Robert Haas <robertmhaas@gmail.com>
Re: postgresql.conf archive_command example Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: postgresql.conf archive_command example "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: postgresql.conf archive_command example Fujii Masao <masao.fujii@gmail.com>
Re: postgresql.conf archive_command example Robert Treat <rob@xzilla.net>
Re: postgresql.conf archive_command example Fujii Masao <masao.fujii@gmail.com>
Re: postgresql.conf archive_command example Simon Riggs <simon@2ndQuadrant.com>
Re: postgresql.conf archive_command example Fujii Masao <masao.fujii@gmail.com>
Re: postgresql.conf archive_command example Aidan Van Dyk <aidan@highrise.ca>
Re: postgresql.conf archive_command example "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: postgresql.conf archive_command example Florian Pflug <fgp@phlo.org>
Re: postgresql.conf archive_command example Martijn van Oosterhout <kleptog@svana.org>
Re: postgresql.conf archive_command example Andres Freund <andres@anarazel.de>
Re: postgresql.conf archive_command example Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: postgresql.conf archive_command example "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: postgresql.conf archive_command example "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: postgresql.conf archive_command example Andrew Dunstan <andrew@dunslane.net>
Re: postgresql.conf archive_command example "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: postgresql.conf archive_command example Magnus Hagander <magnus@hagander.net>
Re: postgresql.conf archive_command example Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: postgresql.conf archive_command example Cédric Villemain <cedric.villemain.debian@gmail.com>
Dimitri Fontaine wrote: > I think the solution to that problem is to provide a default > archive command that just does the very simple thing, namely > moving the WAL file to some place given as parameter. Some > *local* mount point. I think we've been mostly in agreement, but I have a few quibbles or clarifications to that: (1) We're talking about a new /bin executable to do this which could be referenced in an archive_command string or run from a script called by archive_command, right? (2) It should copy, not move, with protection against overwriting an existing file. (3) Maybe not in the initial version, but eventually it might be nice to support URLs of some known protocols in addition to local directories. (4) Maybe not in the initial version, but eventually it might be nice to support checking for an "owner" file of some sort in the target directory, to help sort out problems with copied databases writing to the same location as the source. -Kevin
В списке pgsql-hackers по дате отправления