[daisy] Re: Daisy release planning

Andreas Deininger adeininger at googlemail.com
Fri Aug 3 01:48:58 CDT 2007


2007/3/9, Teppo Peltonen <tpeltone at iki.fi>:
> Teppo Peltonen <tpeltone at iki.fi> writes:
>
> > ERROR: relation "name_" already exists
> >
> > Error in Line: 985: CREATE TABLE wf_pools  (  id int8 NOT NULL,  name_ varchar (100) NOT NULL,  description varchar (255),  last_modified timestamp(0) NOT NULL,  last_modifier int8 NOT NULL,  updatecount int8 NOT NULL,  PRIMARY KEY (id),  CONSTRAINT name_ UNIQUE (name_)  );
> > ..........................................
> > ERROR: relation "wf_pools" does not exist
> >
> > Error in Line: 1456: ALTER TABLE wf_pool_members  ADD CONSTRAINT wf_pool_members_FK_1 FOREIGN KEY (pool_id)  REFERENCES wf_pools (id)  ;
>
> So, it seems that the constrait name conflicts with the one in
> daisy_namespaces. This can be fixed by changing the name into
> whatever. The name does not matter, right?

No the name does not matter. This has been fixed in SVN 4288.

Regards
Andreas


More information about the daisy mailing list