diff options
| author | Christian Grothoff <christian@grothoff.org> | 2019-09-05 12:05:32 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2019-09-05 12:05:32 +0200 | 
| commit | aa3655d35e2cf5db85ee76d642eeba23481a0517 (patch) | |
| tree | 74f82213e202551de9159cf8040999943cd06b44 /src | |
| parent | 1576a1d048d42f7d74b5eef428ba4816266ae615 (diff) | |
remove AS integer for Postgres backwards-commpatibility of the dump
Diffstat (limited to 'src')
| -rwxr-xr-x | src/benchmark/generate-auditor-basedb.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/generate-auditor-basedb.sh b/src/benchmark/generate-auditor-basedb.sh index 4f4d7662..fafb6f03 100755 --- a/src/benchmark/generate-auditor-basedb.sh +++ b/src/benchmark/generate-auditor-basedb.sh @@ -80,7 +80,7 @@ kill `jobs -p`  # Dump database  echo "Dumping database" -pg_dump -O $TARGET_DB > auditor-basedb.sql +pg_dump -O $TARGET_DB | sed -e '/AS integer/d' > auditor-basedb.sql  echo $MASTER_PUB > auditor-basedb.mpub  | 
