Skip to content
Snippets Groups Projects
Commit d79f3884 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

cleanup

parent ba74ce73
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ fi
# then shouldn't be in there anyway
cat $INPUT | awk ' {
if (toupper($1) != "COPY" && $2 != "pg_shadow")
if (toupper($1) == "COPY" && $2 != "pg_shadow")
while (getline $0 > 0 && $0 != "\\.")
;
else print $0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment