Skip to content
Snippets Groups Projects
Commit e728701f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update pg_upgrade directory check error message.

parent 8a849cde
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment