mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-15 06:43:04 +03:00
Merge pull request.
This commit is contained in:
commit
d0cf2e1af4
@ -1,2 +1,6 @@
|
||||
This sample requires user access to PostgreSQL database
|
||||
which is named 'testdb' over UNIX domain socket.
|
||||
|
||||
## Creating 'testdb'
|
||||
|
||||
% createdb testdb
|
||||
|
@ -1,7 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
PATH='/usr/bin:/bin'
|
||||
|
||||
create_user_table='
|
||||
CREATE TABLE SAMPLE1.user (
|
||||
id integer NOT NULL,
|
||||
|
@ -1,7 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
PATH='/usr/bin:/bin'
|
||||
|
||||
set -x
|
||||
|
||||
psql -c "DROP TABLE SAMPLE1.membership" testdb
|
||||
|
Loading…
Reference in New Issue
Block a user