[Greater-commits] r200 - trunk/GREAT-ER-DB/trunk/impl/postgresql
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jun 14 16:56:46 CEST 2011
Author: aheinecke
Date: 2011-06-14 16:56:45 +0200 (Tue, 14 Jun 2011)
New Revision: 200
Modified:
trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc
Log:
Use the password in connect admin
Modified: trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc
===================================================================
--- trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc 2011-06-14 14:41:48 UTC (rev 199)
+++ trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc 2011-06-14 14:56:45 UTC (rev 200)
@@ -4122,7 +4122,7 @@
strcpy(h_con_name, db_con->con_name);
errln = 10;
- EXEC SQL CONNECT TO :dbname AS :h_con_name USER :h_user_id;
+ EXEC SQL CONNECT TO :dbname AS :h_con_name USER :h_user_id USING :h_usrid_passwd;
if (!ECPGstatus(__LINE__, db_con->con_name))
{
More information about the Greater-commits
mailing list