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_cluster.pgdata);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy