Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite728701

Browse files
committed
Update pg_upgrade directory check error message.
1 parent8a849cd commite728701

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 havefull access permissions in the current directory.\n");
99+
"You must haveread 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)

[8]ページ先頭

©2009-2025 Movatter.jp