-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.5
-
None
-
PHP Environment: 5.2.9
Database: PostgreSQL 8.4.0
Installing the first board on a postgresql database works as expected, however when installing a second on the same database (using a different table_prefix) the following error is thrown:
install_install.php [ 1193 ]
|
|
SQL : CREATE DOMAIN varchar_ci AS varchar(255) NOT NULL DEFAULT ''::character varying
|
|
ERROR: type "varchar_ci" already exists
|
- is duplicated by
-
PHPBB-10493 phpbb cannot be installed in the same postgres database more than once
- Closed