mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Add C comment that new new pg_dump -X options are to be created.
This commit is contained in:
parent
3f9cf6b336
commit
c3462e413e
@ -469,7 +469,10 @@ main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'X':
|
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)
|
if (strcmp(optarg, "disable-dollar-quoting") == 0)
|
||||||
disable_dollar_quoting = 1;
|
disable_dollar_quoting = 1;
|
||||||
else if (strcmp(optarg, "disable-triggers") == 0)
|
else if (strcmp(optarg, "disable-triggers") == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user