Menu

#610 Postgres initialisation SQL causes syntax error

open
nobody
None
5
2012-10-11
2008-07-26
Matt Brown
No

This report was filed on the Debian package of PHPwiki.

Package: phpwiki
Version: 1.3.14-2
Severity: normal

When installing using postgres, I got a '"pg_ts_cfg" does not exist' error:

An error seems to have occurred while installing the database. If it's of any help, this was the error encountered:

At first init the database with: $ createdb phpwiki $ createuser -S -R -d 'wikiuser' $ psql -U 'wikiuser' phpwiki <
/usr/share/postgresql/contrib/tsearch2.sql $ psql -U 'wikiuser' phpwiki < psql-initialize.sql Initializing PhpWiki tables with: prefix = '' httpd_user =
...
ERROR: relation "pg_ts_cfg" does not exist

Discussion


Log in to post a comment.