Update pg_upgrade directory check error message.
authorBruce Momjian <[email protected]>
Mon, 16 May 2011 16:32:36 +0000 (12:32 -0400)
committerBruce Momjian <[email protected]>
Mon, 16 May 2011 16:32:36 +0000 (12:32 -0400)
contrib/pg_upgrade/exec.c

index a66aeb03499d68cc169bba0f11003d29d4a263e6..6f1c6effabb90af13e9d8843c3292cc748c5cda0 100644 (file)
@@ -96,7 +96,7 @@ verify_directories(void)
 
        if (access(".", R_OK | W_OK | X_OK) != 0)
                pg_log(PG_FATAL,
-               "You must have full access permissions in the current directory.\n");
+               "You must have read and write access in the current directory.\n");
 
        prep_status("Checking old data directory (%s)", old_cluster.pgdata);
        check_data_dir(old_cluster.pgdata);