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 ba74ce7 commit d79f388Copy full SHA for d79f388
src/bin/pg_dump/pg_upgrade
@@ -61,7 +61,7 @@ fi
61
# then shouldn't be in there anyway
62
63
cat $INPUT | awk ' {
64
- if (toupper($1) != "COPY" && $2 != "pg_shadow")
+ if (toupper($1) == "COPY" && $2 != "pg_shadow")
65
while (getline $0 > 0 && $0 != "\\.")
66
;
67
else print $0;
0 commit comments