Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72bd19d

Browse files
committed
Remove pg_dump -X options that are only in 9.1 and not needed for
backward compatibility.
1 parentc3462e4 commit72bd19d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,6 @@ main(int argc, char **argv)
481481
outputNoTablespaces=1;
482482
elseif (strcmp(optarg,"use-set-session-authorization")==0)
483483
use_setsessauth=1;
484-
elseif (strcmp(optarg,"no-security-label")==0)
485-
no_security_label=1;
486-
elseif (strcmp(optarg,"no-unlogged-table-data")==0)
487-
no_unlogged_table_data=1;
488484
else
489485
{
490486
fprintf(stderr,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp