mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Remove pg_dump -X options that are only in 9.1 and not needed for
backward compatibility.
This commit is contained in:
parent
c3462e413e
commit
72bd19dbdd
1 changed files with 0 additions and 4 deletions
|
|
@ -481,10 +481,6 @@ main(int argc, char **argv)
|
|||
outputNoTablespaces = 1;
|
||||
else if (strcmp(optarg, "use-set-session-authorization") == 0)
|
||||
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
|
||||
{
|
||||
fprintf(stderr,
|
||||
|
|
|
|||
Loading…
Reference in a new issue