[PATCH 2/2] Fix not totally correct comment about PostgreSQL capabilities
Igor Murzov
e-mail at date.by
Sat Aug 3 18:39:56 UTC 2013
---
upgrade.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upgrade.php b/upgrade.php
index 8829ddb..1d958bf 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -77,7 +77,7 @@ if(isset($_GET['upgrade-tables']))
$result = pdo_query($query);
if (!$result)
{
- if($db_type != "pgsql") // postgresql doesn't know CREATE TABLE IF NOT EXITS so we don't die
+ if($db_type != "pgsql") // postgresql < 9.1 doesn't know CREATE TABLE IF NOT EXISTS so we don't die
{
die(pdo_error());
}
--
1.7.9.5
--MP_/usuxXRBDKL/l5Huh3WHHhEm--
More information about the CDash
mailing list