When trying to use the .pgsql file the following errors occur.
psql:project.pgsql:27: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "project_projects_pkey" for table "project_projects"
CREATE TABLE
CREATE INDEX
psql:project.pgsql:46: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "project_releases_pkey" for table "project_releases"
CREATE TABLE
CREATE INDEX
psql:project.pgsql:67: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "project_issues_pkey" for table "project_issues"
CREATE TABLE
CREATE INDEX
psql:project.pgsql:88: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "project_comments_pkey" for table "project_comments"
CREATE TABLE
CREATE INDEX
CREATE TABLE
CREATE INDEX
psql:project.pgsql:103: ERROR: relation "project_cid_seq" already exists
psql:project.pgsql:104: ERROR: relation "project_rid_seq" already exists
psql:project.pgsql:117: ERROR: syntax error at or near "TYPE" at character 197
psql:project.pgsql:117: LINE 7: ) TYPE=MyISAM;
psql:project.pgsql:117: ^
psql:project.pgsql:123: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:124: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:125: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:126: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:127: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:128: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:129: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:130: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:131: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:132: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:133: ERROR: relation "project_issue_state" does not exist
psql:project.pgsql:134: ERROR: relation "project_issue_state" does not exist
Postgres 8.0.3
Durpal 4.6.3
Gentoo Linux
Comments
Comment #1
dwwi'm not supporting 4.6.x anymore, especially not on pgsql. but i'm actively working on fixing all remaining pgsql bugs in project* for modern versions (4.7.x-* and 5.x). so, keep your eyes on the issue queue for patches that need review/testing, if you care about pgsql support in project*. thanks.