[rt-users] postgresql

Christopher Vance rt at nu.org
Sun Jan 1 01:46:26 EST 2006


I'm trying to install 3.4.4 with postgresql 8.0.3, and find I get the
following:

| Now creating a database for RT.
| Creating Pg database rt3.
| Now populating database schema.
| Creating database schema.
| Done setting up database schema.
| Now inserting database ACLs
| DBD::Pg::st execute failed: ERROR:  relation "attachments_id_seq" does not exist
| Problem with statement:
|  GRANT SELECT, INSERT, UPDATE, DELETE ON attachments_id_seq to rt3;
| ERROR:  relation "attachments_id_seq" does not exist

Looking at schema.Pg, I see

| CREATE SEQUENCE attachments_id_seq;
| 
| -- {{{ Attachments
| 
| CREATE TABLE Attachments (

so maybe attachments_id_seq is not a table.

Has this been fixed or should I work on it some more and report back?

-- 
Christopher Vance



More information about the rt-users mailing list