Now (postgresql 11) this prints a bunch of COPY notices. Suppress
them with a -q.
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
mg-schema-test-database | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mg-schema-test-database b/mg-schema-test-database
index df83b65a..357646bb 100755
--- a/mg-schema-test-database
+++ b/mg-schema-test-database
@@ -515,7 +515,7 @@ END
printf "Copy..."
printf "export..."
- $(psql_do_cmd) -f $t.export
+ $(psql_do_cmd) -q -f $t.export
printf "import..."
$(withtest psql_do_cmd) -f $t.import
--
2.20.1