2
0

Add domain support

fixes #407
This commit is contained in:
Jack Christensen
2018-04-07 14:03:29 -05:00
parent b72ebe050f
commit db7df79e10
6 changed files with 128 additions and 0 deletions
+1
View File
@@ -100,6 +100,7 @@ Then run the following SQL:
Connect to database pgx_test and run:
create extension hstore;
create domain uint64 as numeric(20,0);
Next open conn_config_test.go.example and make a copy without the
.example. If your PostgreSQL server is accepting connections on 127.0.0.1,