Re: BUG - Mailing list pgadmin-support

From Andreas Pflug
Subject Re: BUG
Date
Msg-id 4177C971.2020809@pse-consulting.de
Whole thread Raw
In response to BUG  ("yoursoft@freemail.hu" <yoursoft@freemail.hu>)
List pgadmin-support
yoursoft@freemail.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


pgadmin-support by date:

Previous
From: "yoursoft@freemail.hu"
Date:
Subject: BUG
Next
From: "Gary Doades"
Date:
Subject: pgAdmin Beta 3 problems