2
0

Added connect with md5 password

This commit is contained in:
Jack Christensen
2013-04-11 21:39:44 -05:00
parent 9e9815ae5a
commit 1a7cf8ccc4
4 changed files with 36 additions and 2 deletions
+9 -1
View File
@@ -6,4 +6,12 @@ Experimental PostgreSQL client library for Go
Testing
-------
To setup the test environment run the test_setup.sql script as a user that can create users and databases.
To setup the test environment run the test_setup.sql script as a user that can
create users and databases. To successfully run the connection tests for various
means of authentication you must include the following in your pg_hba.conf.
local pgx_test pgx_none trust
local pgx_test pgx_pw password
local pgx_test pgx_md5 md5