Re: Trigger Script Error - Mailing list pgadmin-support

From Guillaume Lelarge
Subject Re: Trigger Script Error
Date
Msg-id 330fd66d9b11cbb12d556914b4df54cc@localhost
Whole thread Raw
In response to Trigger Script Error  (Bartosz Dmytrak <bdmytrak@eranet.pl>)
List pgadmin-support
On Tue, 21 Feb 2012 21:53:49 +0100, Bartosz Dmytrak <bdmytrak@eranet.pl>
wrote:
> Hi,I found incorrect script generated for trigger with column list
> specified.
> SQL window shows:CREATE TRIGGER "trgTest"   AFTER INSERT OR UPDATE OF
> RowId, Value1 OR DELETE -- missing quotation marks for column names  
> ON "tblTest"  FOR EACH ROW  EXECUTE PROCEDURE "trgTest"();
>
> But should be:CREATE TRIGGER "trgTest"  AFTER INSERT OR UPDATE OF
> "RowId", "Value1" OR DELETE       ON "tblTest"  FOR EACH ROW 
> EXECUTE PROCEDURE "trgTest"();
> Script for create trigger with wizard is generated properly.Tested
> on pgAdmin 1.14.1 on Windows 7 32 bit and Mandriva 2011 64 bit
>

Thanks again. It's now fixed.


--
Guillaumehttp://www.postgresql.frhttp://dalibo.com


pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: \Copy and "Copy With Headers" -- every day these bug me.
Next
From: Aren Cambre
Date:
Subject: Pasting of Excel data into tables