X-Original-To: pgadmin-support-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 41FBF32AA2E for ; Thu, 21 Oct 2004 15:36:39 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 39090-05 for ; Thu, 21 Oct 2004 14:36:32 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by svr1.postgresql.org (Postfix) with ESMTP id 7F5A032A2AB for ; Thu, 21 Oct 2004 15:36:35 +0100 (BST) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CKe3P-0005Rh-00; Thu, 21 Oct 2004 16:36:35 +0200 Received: from [80.129.131.85] (helo=pse-consulting.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1CKe3O-0001Ko-00; Thu, 21 Oct 2004 16:36:34 +0200 Message-ID: <4177C971.2020809@pse-consulting.de> Date: Thu, 21 Oct 2004 14:36:33 +0000 From: Andreas Pflug User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040413 Debian/1.6-5 X-Accept-Language: en MIME-Version: 1.0 To: "yoursoft@freemail.hu" Cc: pgadmin-support@postgresql.org Subject: Re: BUG References: <417817DB.4080606@freemail.hu> In-Reply-To: <417817DB.4080606@freemail.hu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:0ce7ee5c3478b8d72edd8e05ccd40b70 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.3 tagged_above=0.0 required=5.0 tests=TO_ADDRESS_EQ_REAL, UPPERCASE_25_50 X-Spam-Level: X-Archive-Number: 200410/139 X-Sequence-Number: 3615 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