2
0

Add tests for Hstore

This commit is contained in:
Jack Christensen
2014-09-19 16:30:43 -05:00
parent 2f1ec582d7
commit 890357732b
3 changed files with 78 additions and 0 deletions
+4
View File
@@ -174,6 +174,10 @@ To setup the normal test environment run the following SQL:
create user pgx_md5 password 'secret';
create database pgx_test;
Connect to database pgx_test and run:
create extension hstore;
Next open connection_settings_test.go.example and make a copy without the
.example. If your PostgreSQL server is accepting connections on 127.0.0.1,
then you are done.