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
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user