Re: pg_upgrade output directory - Mailing list pgsql-hackers

From Greg Stark
Subject Re: pg_upgrade output directory
Date
Msg-id AANLkTiniY3i1Iwl1f2a3syOmUL0-AvE521-bbs06l6BR@mail.gmail.com
Whole thread Raw
In response to Re: pg_upgrade output directory  (Bruce Momjian <bruce@momjian.us>)
Responses Re: pg_upgrade output directory  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Sat, Jun 12, 2010 at 4:58 AM, Bruce Momjian <bruce@momjian.us> wrote:
> However, I might have been too conservative.  How do tools that generate
> multiple output files usually handle this situation?  Do they output in
> to a subdirectory in $HOME, or in a subdirectory of the current
> directory, or just create multiple files without a subdirectory?

Generally they put them in the current directory without
subdirectories but take a parameter to specify a directory to use.
That parameter could be mandatory though if you're afraid the current
directory isn't a suitable place.

--
greg


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: hstore ==> and deprecate =>
Next
From: Florian Pflug
Date:
Subject: Re: Proposal for 9.1: WAL streaming from WAL buffers