|
From: SourceForge.net <no...@so...> - 2007-01-26 22:10:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4124639 By: javierwilson which version of postgresql do you have? i have this problem when i use phppgadmin 4.1 with postgresl 8.2.1 but no with postgresql 8.1. also theres is problem with classes/database/Postgres81.php and classes/database/Postgres82.php line 86 reads: $clause = " AND pu.usename='{$username}'"; but should read: $clause = " AND pr.rolname='{$username}'"; ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=115884 |