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

Commitc3462e4

Browse files
committed
Add C comment that new new pg_dump -X options are to be created.
1 parent3f9cf6b commitc3462e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,10 @@ main(int argc, char **argv)
469469
break;
470470

471471
case'X':
472-
/* -X is a deprecated alternative to long options */
472+
/*
473+
*-X is a deprecated alternative to long options;
474+
*no new -X options are to be added.
475+
*/
473476
if (strcmp(optarg,"disable-dollar-quoting")==0)
474477
disable_dollar_quoting=1;
475478
elseif (strcmp(optarg,"disable-triggers")==0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp