Commit d79f3884 authored by Bruce Momjian's avatar Bruce Momjian

cleanup

parent ba74ce73
...@@ -61,7 +61,7 @@ fi ...@@ -61,7 +61,7 @@ fi
# then shouldn't be in there anyway # then shouldn't be in there anyway
cat $INPUT | awk ' { cat $INPUT | awk ' {
if (toupper($1) != "COPY" && $2 != "pg_shadow") if (toupper($1) == "COPY" && $2 != "pg_shadow")
while (getline $0 > 0 && $0 != "\\.") while (getline $0 > 0 && $0 != "\\.")
; ;
else print $0; else print $0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment