Closed (won't fix)
Project:
Project
Version:
4.7.x-1.x-dev
Component:
Releases
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2006 at 11:02 UTC
Updated:
1 Mar 2007 at 10:07 UTC
# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "project_rid_seq" does not exist in /home/p/drupal/includes/database.pgsql.inc on line 84.
# user warning: query: SELECT nextval('project_rid_seq') in /home/p/drupal/includes/database.pgsql.inc on line 103.
Comments
Comment #1
dwwthanks for the report. however, for anyone to fix this, it'd be helpful if you indicated what you did to generate that error. i.e. what page did you view, what link did you follow, what form values did you select, etc.
the error message is fairly obvious. however, it'll save time for us maintainers if we can easily reproduce the problem ourselves, fix the problem, then see the error go away.
thanks!
-derek
p.s. i'm on vacation until july 16th, so i won't be able to work on this for real until after that...
Comment #2
dwwbump: http://drupal.org/node/82696 is duplicate with this.
Comment #3
thsutton commentedI got those error messages when add a new release to my project. They went away after a "CREATE SEQUENCE project_rid_seq;".
Comment #4
dwwthis is specific to the evil old release system. this particular bug is no longer a problem on pgsql if you use the 4.7.x-2.* series of project.module. i'd rather put my efforts into the upgrade path for 4.7.x-1.* -> 4.7.x-2.* (and therefore, 5.x-1.*), than do the same kind of work i just did to fix a similar bug with issue followups in http://drupal.org/node/82696.