PGSQL INTERFACES PGADMIN HACKERS 11 CVS COMMIT BY DPAGE USE THE CURRENT MIRRORS DATABASE ON THE PSEUDO
From: cvs@no-spam
Subject: CVS Commit by dpage: Use the current mirrors database on the pseudo
Date: Fri, 10 Dec 2004 08:47:40 GMT


Log Message:
-----------
Use the current mirrors database on the pseudo hub.org DB server.

Modified Files:
--------------
www/pgadmin3/cnt:
cnt_mirrors.php (r1.11 -> r1.12)

Index: cnt_mirrors.php ===================================================================
RCS file: /projects/www/pgadmin3/cnt/cnt_mirrors.php,v retrieving revision 1.11
retrieving revision 1.12
diff -Lpgadmin3/cnt/cnt_mirrors.php -Lpgadmin3/cnt/cnt_mirrors.php -u -w -r1.11 -r1.12

--- pgadmin3/cnt/cnt_mirrors.php +++ pgadmin3/cnt/cnt_mirrors.php @@no-spam -8,7 +8,7 @@no-spam // Create a connexion //
if(!$conn) {
- echo _("Could not connect to the mirror database.")."<br>";
+ echo _("Could not connect to the mirror database.")."<br><br>";
echo sprintf(_("Feel free to download pgAdmin from <a href='%s'>PostgreSQL primary FTP site</a>."), "http://www.postgresql.org/ftpsite")."<br>";

$_error = true;
}
@@no-spam -25,7 +25,7 @@no-spam if(!$res) {
- echo _("Could not connect to the mirror table.")."<br>";
+ echo _("Could not connect to the mirror table.")."<br><br>";
echo sprintf(_("Feel free to download pgAdmin from <a href='%s'>PostgreSQL primary FTP site</a>."), "http://www.postgresql.org/ftpsite")."<br>";

$_error = true;
}
@@no-spam -41,7 +41,7 @@no-spam //
$ii = pg_num_rows($res);
if($ii == 0) {
- echo _("No mirrors could be found.")."<br>";
+ echo _("No mirrors could be found.")."<br><br>";
echo sprintf(_("Feel free to download pgAdmin from <a href='%s'>PostgreSQL primary FTP site</a>."), "http://www.postgresql.org/ftpsite/pgadmin3/")."<br>";

} else {
$content = "<table width='100%'><tr><td colspan=$numcells align=left><font size=4>$prompt<br><br></font></td>\n";

[plaintext cvs-2004121084740-diff.txt]

---------------------------(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