Update of /cvsroot/firebug/firebug/web/postgres
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30111/postgres
Modified Files:
db_create.php
Log Message:
Added link to point pinole pictures.
Index: db_create.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/postgres/db_create.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** db_create.php 4 Jun 2005 08:35:57 -0000 1.4
--- db_create.php 20 Jun 2005 21:54:55 -0000 1.5
***************
*** 51,55 ****
if (!$flag) {
$dbh = connect_postgres($defaultdb);
! $statement = "CREATE DATABASE $dbname";
$create_stat = @pg_exec($dbh,$statement);
if (!$create_stat) {
--- 51,55 ----
if (!$flag) {
$dbh = connect_postgres($defaultdb);
! $statement = "CREATE DATABASE $dbname template firebug";
$create_stat = @pg_exec($dbh,$statement);
if (!$create_stat) {
|