mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
cleanup
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user