Log Message: ----------- Use the current mirrors database on the pseudo hub.org DB server.
Modified Files: -------------- www/pgadmin3/cnt: cnt_mirrors.php (r1.10 -> r1.11)
Index: cnt_mirrors.php =================================================================== RCS file: /projects/www/pgadmin3/cnt/cnt_mirrors.php,v retrieving revision 1.10 retrieving revision 1.11 diff -Lpgadmin3/cnt/cnt_mirrors.php -Lpgadmin3/cnt/cnt_mirrors.php -u -w -r1.10 -r1.11 --- pgadmin3/cnt/cnt_mirrors.php +++ pgadmin3/cnt/cnt_mirrors.php @@ -1,7 +1,7 @@ <?php $numcells = 5; - $conn = @pg_pconnect("dbname=186_portal host=pgsql74.hub.org user=186_pgsql"); + $conn = @pg_pconnect("dbname=186_www host=pgsql74.hub.org user=186_pgsql"); $_error = false; //
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match