We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a849cd commit e728701Copy full SHA for e728701
contrib/pg_upgrade/exec.c
@@ -96,7 +96,7 @@ verify_directories(void)
96
97
if (access(".", R_OK | W_OK | X_OK) != 0)
98
pg_log(PG_FATAL,
99
- "You must have full access permissions in the current directory.\n");
+ "You must have read and write access in the current directory.\n");
100
101
prep_status("Checking old data directory (%s)", old_cluster.pgdata);
102
check_data_dir(old_cluster.pgdata);
0 commit comments