We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3462e4 commit 72bd19dCopy full SHA for 72bd19d
src/bin/pg_dump/pg_dump.c
@@ -481,10 +481,6 @@ main(int argc, char **argv)
481
outputNoTablespaces = 1;
482
else if (strcmp(optarg, "use-set-session-authorization") == 0)
483
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;
488
else
489
{
490
fprintf(stderr,
0 commit comments