Closed (fixed)
Project:
Transliteration
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2009 at 20:45 UTC
Updated:
21 Jun 2009 at 20:40 UTC
Upon enabling Transliteration on a test install, I get the following errors:
Comments
Comment #1
stormsweeper commentedYou need the "plpgsql" language installed into Postgres, which is not by default. I just ran into this myself.
Comment #2
stormsweeper commentedMore on this:
http://www.postgresql.org/docs/8.3/static/sql-createlanguage.html
The quick answer:
This might work run as your database owner rather than the superuser for the db if your configuration supports it (see above link).
If you already installed, you need to uninstall the module, which needs to be done from the db since there is not an uninstall hook.
Comment #3
smk-ka commentedSince today the dependency on SUBSTRING_INDEX is gone in CVS.