Add C comment that new new pg_dump -X options are to be created.

pull/1/head
Bruce Momjian 15 years ago
parent 3f9cf6b336
commit c3462e413e
  1. 5
      src/bin/pg_dump/pg_dump.c

@ -469,7 +469,10 @@ main(int argc, char **argv)
break;
case 'X':
/* -X is a deprecated alternative to long options */
/*
* -X is a deprecated alternative to long options;
* no new -X options are to be added.
*/
if (strcmp(optarg, "disable-dollar-quoting") == 0)
disable_dollar_quoting = 1;
else if (strcmp(optarg, "disable-triggers") == 0)

Loading…
Cancel
Save