We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9cf6b commit c3462e4Copy full SHA for c3462e4
src/bin/pg_dump/pg_dump.c
@@ -469,7 +469,10 @@ main(int argc, char **argv)
469
break;
470
471
case 'X':
472
- /* -X is a deprecated alternative to long options */
+ /*
473
+ * -X is a deprecated alternative to long options;
474
+ * no new -X options are to be added.
475
+ */
476
if (strcmp(optarg, "disable-dollar-quoting") == 0)
477
disable_dollar_quoting = 1;
478
else if (strcmp(optarg, "disable-triggers") == 0)
0 commit comments