Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e728701

Browse files
committed
Update pg_upgrade directory check error message.
1 parent 8a849cd commit e728701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/exec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ verify_directories(void)
9696

9797
if (access(".", R_OK | W_OK | X_OK) != 0)
9898
pg_log(PG_FATAL,
99-
"You must have full access permissions in the current directory.\n");
99+
"You must have read and write access in the current directory.\n");
100100

101101
prep_status("Checking old data directory (%s)", old_cluster.pgdata);
102102
check_data_dir(old_cluster.pgdata);

0 commit comments

Comments
 (0)