The following bug has been logged online: Bug reference: 2867 Logged by: Ted Petrosky Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: OS X Description: FULL PATH name problem Details:
I have been working with WebObjects and the EOModeler. When I tell EOModeler to examine a table, it comes up with this for the primary key. ALTER TABLE public.article ADD CONSTRAINT public.article_PK PRIMARY KEY (entityid); I must change it to be: ALTER TABLE public.article ADD CONSTRAINT article_PK PRIMARY KEY (entityid); because postgresql doesn't like the 'public.' after the CONSTRAINT. I guess the question is, should it? Ted ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate