[drupal-devel] [bug] database.pgsql menu_mid_seq problems
danielc
drupal-devel at drupal.org
Sat Apr 2 01:50:06 UTC 2005
Issue status update for http://drupal.org/node/19852
Project: Drupal
Version: cvs
Component: base system
Category: bug reports
Priority: critical
Assigned to: Anonymous
Reported by: danielc
Updated by: danielc
Status: patch
Attachment: http://drupal.org/files/issues/database.pgsql.menuseq.diff (364 bytes)
Revision 1.84 of database.pgsql added the following query
ALTER SEQUENCE menu_mid_seq RESTART 2;
in response to issue 10349 (http://drupal.org/node/10349).
Unfortunately, this causes an error due to the fact that the SQL script
hasn't created that sequence yet.
This patch adds a CREATE SEQUENCE query with the right info in it and
removes the bogus ALTER SEQUENCE query.
danielc
More information about the drupal-devel
mailing list