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

This commit is contained in:
Bruce Momjian 2011-03-10 22:36:14 -05:00
parent 3f9cf6b336
commit c3462e413e

View File

@ -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)