[Firebug-cvs] firebug/web/postgres db_admin.php,1.2,1.3
Brought to you by:
doolin
From: Kevin <kar...@us...> - 2004-08-19 22:36:15
|
Update of /cvsroot/firebug/firebug/web/postgres In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6982 Modified Files: db_admin.php Log Message: Updated 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_admin.php 19 Aug 2004 22:13:57 -0000 1.2 --- db_admin.php 19 Aug 2004 22:36:06 -0000 1.3 *************** *** 24,30 **** <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" /> <br /> Number of motes: <input type="text" name="nummotes"/> --- 24,29 ---- <form action="db_create.php" method="post"> ! NOTE: Database names are <strong>CASE-INSENSITIVE</strong>. Also, check below for a list of currently known database names that <strong>CANNOT</strong> be used. <br> ! Database name: <input type="text" name="dbname" /> <br /> Number of motes: <input type="text" name="nummotes"/> *************** *** 36,39 **** --- 35,63 ---- <hr /> + <strong>Currently-Known Database Names that are NOT ALLOWED:</strong> + <br> + and + <br> + as + <br> + between + <br> + in + <br> + into + <br> + or + <br> + select + <br> + template0 + <br> + template1 + <br> + where + <br /> + + + <hr /> <?php |