This commit is contained in:
Bruce Momjian 1998-10-25 02:48:55 +00:00
parent ba74ce73bb
commit d79f3884f4
1 changed files with 1 additions and 1 deletions

View File

@ -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;