Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Rainer Weikusat Newsgroups: comp.databases.postgresql Subject: Re: problema com a trigger Date: Tue, 06 May 2014 18:40:26 +0100 Lines: 11 Message-ID: <87a9aubyb9.fsf@sable.mobileactivedefense.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: individual.net rqfPFvu/vxaGEILMiUaKowbtEhp6sDCDOKRX4aqPH4qtU8QEM= Cancel-Lock: sha1:za2gCME+66E3hk72USbQfB4fJFY= sha1:8lO2IHYetXCuKNfO+wFNFlJxqZo= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Xref: csiph.com comp.databases.postgresql:556 Wladimir Bandeira writes: > http://paste.ubuntu.com/7405321/ > > > > this occurs when I try to insert a valor in the table resistro > > can someone help me Your table column is named primeiro but the trigger routines uses primeiror as name in the inserts, ie, the last two letter are swapped.