From 6ba9ec74884df8481656cac10aa936466688a343 Mon Sep 17 00:00:00 2001 From: Jon Carlson Date: Sat, 21 Oct 2017 23:52:18 -0500 Subject: [PATCH] wip Former-commit-id: ce17d8583bd70b73d6df7d86ec997e6bac79f4bc --- test/add-schema.sh | 5 +++++ test/start-fresh.sh | 13 +++++++++++++ test/test-table.sh | 27 +++++++++++++++------------ 3 files changed, 33 insertions(+), 12 deletions(-) create mode 100755 test/add-schema.sh create mode 100755 test/start-fresh.sh diff --git a/test/add-schema.sh b/test/add-schema.sh new file mode 100755 index 0000000..4fc420c --- /dev/null +++ b/test/add-schema.sh @@ -0,0 +1,5 @@ + +psql -U u1 -h localhost -d db1 >/dev/null </dev/null + +#sudo su - postgres -- <