Tiki with PostgreSQL
I try to install Wiki with PostgerSQL
Tiki 1.9RC2, Apache/1.3.29, php 4.3.7, FreeBSD 5.1, PostgreSQL 7.4.2
There are many errors when I try create database from tiki-1.9-pgsql.sql script.
I see many errors in SQL script used for DB creating (in file tiki-1.9-mysql.sql):
---------------
PRIMARY KEY ("quizId"," nVersion")
superfluous space in " nVersion".
---------------
CREATE TABLE `tiki_download` ( <---- syntax error. wrong quotation marks
....
PRIMARY KEY ("`id`")
KEY `object` (`object`,`userId`,`type`), <---- syntax error
KEY `userId` (`userId`),
KEY `type` (`type`),
KEY `date` (`date`)
) "AUTO_INCREMENT"=32;
-------------
Where can I get correct script for postgreSQL, please?
Thank's