Re: BUG

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "yoursoft(at)freemail(dot)hu" <yoursoft(at)freemail(dot)hu>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: BUG
Date: 2004-10-21 14:36:33
Message-ID: 4177C971.2020809@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

yoursoft(at)freemail(dot)hu wrote:
> An fk key definition:
> ALTER TABLE xtable
> ADD CONSTRAINT cvbcbvc FOREIGN KEY (kod) REFERENCES ytable (kod) ON
> UPDATE DEFAULT ON DELETE SET NULL;

Here's the reason: it should read ON UPDATE SET DEFAULT, not just
DEFAULT. Since the reverse engineered string was wrong, so was the dialog.

Fixed in CVS, thanks for reporting.

Regards,
Andreas

In response to

  • BUG at 2004-10-21 20:11:07 from yoursoft@freemail.hu

Browse pgadmin-support by date

  From Date Subject
Next Message yoursoft@freemail.hu 2004-10-21 20:11:07 BUG
Previous Message Ben Trewern 2004-10-21 13:38:20 Adding Not Null constraints doesn't work with beta 3