1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

Remove pg_dump -X options that are only in 9.1 and not needed for

backward compatibility.
This commit is contained in:
Bruce Momjian
2011-03-10 22:58:18 -05:00
parent c3462e413e
commit 72bd19dbdd

View File

@@ -481,10 +481,6 @@ main(int argc, char **argv)
outputNoTablespaces = 1; outputNoTablespaces = 1;
else if (strcmp(optarg, "use-set-session-authorization") == 0) else if (strcmp(optarg, "use-set-session-authorization") == 0)
use_setsessauth = 1; use_setsessauth = 1;
else if (strcmp(optarg, "no-security-label") == 0)
no_security_label = 1;
else if (strcmp(optarg, "no-unlogged-table-data") == 0)
no_unlogged_table_data = 1;
else else
{ {
fprintf(stderr, fprintf(stderr,