I know I can run OpenACS + PostgreSQL 8.1 if I preload my PG 8.1 database with data from a previous installation, but now I want to make an installation from "scratch".
The error I have is on utilities-create.sql, and it shows:
psql:utilities-create.sql:29: ERROR: syntax error at or near "".nextval as a_seq_val"" at character 40
QUERY: SELECT "select " || quote_ident( $1 ) ".nextval as a_seq_val"
CONTEXT: SQL statement in PL/PgSQL function "util__multiple_nextval" near line 8
psql:utilities-create.sql:29: LINE 1: SELECT "select " || quote_ident( $1 ) ".nextval as a_seq_va...
psql:utilities-create.sql:29: ^
CREATE FUNCTION
I've follow PG configuration from this message https://openacs.org/forums/message-view?message_id=404776
My system is OpenSuSE 10.1 + PG 8.1.4 and I am trying to install OpenACS 5.2.3.
On the same computer I am running ]project-open[ and OpenACS 5.2 (that I've installed on another computer and back-up the database to this one).
Anyone can help ? Thanks... Ricardo Jorge