aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 11:26:24 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 11:26:24 +0200
commit7d6ab5fc4e7d30b4052d2b4749d5ce8f9ce286cb (patch)
tree85b8e7a60922781ea898c57f649e97b3640f3d31 /app/install.php
parent0d4c26c673d548a1367a0f96f49546ca27619d90 (diff)
parent50fd3a359e1fb872859b12af2762e47a696ebcd3 (diff)
Merge branch 'postgress-uniqueness' into defered-insertion
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index 17037c384..f598f6528 100644
--- a/app/install.php
+++ b/app/install.php
@@ -613,7 +613,7 @@ function printStep3() {
<?php if (extension_loaded('pdo_pgsql')) {?>
<option value="pgsql"
<?php echo(isset($_SESSION['bd_type']) && $_SESSION['bd_type'] === 'pgsql') ? 'selected="selected"' : ''; ?>>
- PostgreSQL (⚠️ experimental)
+ PostgreSQL
</option>
<?php }?>
</select>