Re: pg_upgrade permission check
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-05-16T15:48:14Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes: > I have added the attached patch to pg_upgrade to print a clear error > message if you don't have read/write/execute permission in the current > directory, which is needed for pg_upgrade to read/write temporary files. "full access permissions" seems unhelpfully vague. Why not say "you must have both read and write access to the current directory"? regards, tom lane