Skip to content

Commit c3462e4

Browse files
committed
Add C comment that new new pg_dump -X options are to be created.
1 parent 3f9cf6b commit c3462e4

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
else if (strcmp(optarg, "disable-triggers") == 0)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy