Merge pull request.

This commit is contained in:
Kei Hibino 2013-06-22 14:39:41 +09:00
commit d0cf2e1af4
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,6 @@
This sample requires user access to PostgreSQL database
which is named 'testdb' over UNIX domain socket.
## Creating 'testdb'
% createdb testdb

View File

@ -1,7 +1,5 @@
#! /bin/sh
PATH='/usr/bin:/bin'
create_user_table='
CREATE TABLE SAMPLE1.user (
id integer NOT NULL,

View File

@ -1,7 +1,5 @@
#! /bin/sh
PATH='/usr/bin:/bin'
set -x
psql -c "DROP TABLE SAMPLE1.membership" testdb