Skip to content

Commit 72bd19d

Browse files
committed
Remove pg_dump -X options that are only in 9.1 and not needed for
backward compatibility.
1 parent c3462e4 commit 72bd19d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,6 @@ main(int argc, char **argv)
481481
outputNoTablespaces = 1;
482482
else if (strcmp(optarg, "use-set-session-authorization") == 0)
483483
use_setsessauth = 1;
484-
else if (strcmp(optarg, "no-security-label") == 0)
485-
no_security_label = 1;
486-
else if (strcmp(optarg, "no-unlogged-table-data") == 0)
487-
no_unlogged_table_data = 1;
488484
else
489485
{
490486
fprintf(stderr,

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