[Firebug-cvs] firebug/web/postgres db_admin.php,1.1,1.2
Brought to you by:
doolin
From: Kevin <kar...@us...> - 2004-08-19 22:14:11
|
Update of /cvsroot/firebug/firebug/web/postgres In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2615 Modified Files: db_admin.php Log Message: Updated db_admin.php with list of database names that cannot be used. Index: db_admin.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/postgres/db_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_admin.php 19 Aug 2004 16:27:38 -0000 1.1 --- db_admin.php 19 Aug 2004 22:13:57 -0000 1.2 *************** *** 24,28 **** <form action="db_create.php" method="post"> ! NOTE: Database names are CASE-INSENSITIVE. <br /> Database name: <input type="text" name="dbname" /> --- 24,28 ---- <form action="db_create.php" method="post"> ! NOTE: Database names are <strong>CASE-INSENSITIVE</strong>. Also, currently known database names that <strong>CANNOT</strong> be used are <b>template1</b>, <b>template0</b>, <b>in</b>, <b>or</b>, and <b>and</b>. <br /> Database name: <input type="text" name="dbname" /> |