haskell-relational-record/examples/HDBC/PostgreSQL/example/3/drop.sh
2015-12-27 02:44:25 +09:00

9 lines
199 B
Bash
Executable File

#! /bin/sh
set -x
psql -c "DROP TABLE EXAMPLE3.history" testdb
psql -c "DROP TABLE EXAMPLE3.set_b" testdb
psql -c "DROP TABLE EXAMPLE3.set_a" testdb
psql -c "DROP SCHEMA IF EXISTS EXAMPLE3" testdb