diff options
author | randomdan <randomdan@localhost> | 2011-08-08 18:14:59 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-08-08 18:14:59 +0000 |
commit | a1f36c0da633d29da0d490131c1d13f5dc7fa784 (patch) | |
tree | 98b7837e417042117b7bae661af92f81d76bdf9f /gentoobrowse/datasources | |
parent | Half decent error handling in scripts with project2:handler[try/catch/finally] (diff) | |
download | gentoobrowse-a1f36c0da633d29da0d490131c1d13f5dc7fa784.tar.bz2 gentoobrowse-a1f36c0da633d29da0d490131c1d13f5dc7fa784.tar.xz gentoobrowse-a1f36c0da633d29da0d490131c1d13f5dc7fa784.zip |
Fix target table name
Fix rowset name
Fix metadata SQL
Use PG pipe, not socket
Diffstat (limited to 'gentoobrowse/datasources')
-rw-r--r-- | gentoobrowse/datasources/postgres.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse/datasources/postgres.xml b/gentoobrowse/datasources/postgres.xml index 9bece3e..8a2c975 100644 --- a/gentoobrowse/datasources/postgres.xml +++ b/gentoobrowse/datasources/postgres.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <project2:rdbmsdatasource xmlns:project2="http://project2.randomdan.homeip.net" name="postgres"> <readonly preferlocal="true"> - <dsn host="firebrand"><postgresql>host=localhost sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></dsn> + <dsn host="firebrand"><postgresql>sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></dsn> </readonly> - <masterdsn><postgresql>host=localhost sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn> + <masterdsn><postgresql>sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn> </project2:rdbmsdatasource> |