On Sat, Jun 12, 2010 at 4:58 AM, Bruce Momjian <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
