8000 Update pg_upgrade directory check error message. · postgrespro/postgres_cluster@e728701 · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 1 deletion
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 3798 _cluster.pgdata);

0 commit comments

Comments
 (0)
0