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