Re: Functions and triggers can anyone help

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: RobertD(dot)Stewart(at)mail(dot)state(dot)ky(dot)us
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Functions and triggers can anyone help
Date: 2003-02-05 14:35:16
Message-ID: Pine.LNX.4.21.0302051431330.20150-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Wed, 5 Feb 2003 RobertD(dot)Stewart(at)mail(dot)state(dot)ky(dot)us wrote:

> I'm having a problem with setting up a function and a trigger for one of me
> tables. I have just started using Postgresql and I'm trying to convert my
> Oracle database over to see how it runs.
> ...
>
> And Here is my Postgresql function but when I try to set the trigger it says
> it can't find the function (it does not exist)
> ...

But how are you trying to set the trigger. You included the function
definition, which I presume is created ok but haven't looked at, where as
you've not included the command that is failing.

You're obviously fairly technical, have you checked the reference manual in the
documentation for the correct form of create trigger?

http://developer.postgresql.org/docs/postgres/sql-createtrigger.html

--
Nigel J. Andrews

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Johnson, Shaunn 2003-02-05 14:45:04 silly select question
Previous Message RobertD.Stewart 2003-02-05 14:34:31 Re: Functions and triggers can anyone help