On Wed, Mar 27, 2013 at 12:47 PM, Simon Riggs <[email protected]> wrote: > Allow external recovery_config_directory > If required, recovery.conf can now be located outside of the data directory. > Server needs read/write permissions on this directory.
Should we consider verifying that it has write permissions and fail early if not? AFAICT, right now we fail *after* doing a bunch of things if the user only has readonly permissions? I'm sure a common thing will be for people to try to set this to /etc/postgresql or similar... -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
