From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | "Stefan Sturm" <mailling(at)anrath(dot)info>, <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Trigger |
Date: | 2003-04-10 17:54:54 |
Message-ID: | 200304101854.54532.dev@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Wednesday 10 Apr 2024 3:58 pm, Stefan Sturm wrote:
> Hello,
>
> I switch to PostgreSQL 7.3 and now I try to make some Triggers. But the
> triggers are differnt to Oracle. Where can I find a tutorial about using
> and creating triggers in PostgreSQL 7.3
>
> I just want to update to fields on instert and update with the system
> time...
You've already got some answers pointing you to the relevant point in the
documentation, but you might like to check out
http://techdocs.postgresql.org/ - lots of good stuff there.
Especially, it might be worth checking the cookbook (Roberto Mello) and the
Postgresql Notes (me). I think I've got an example of this in the notes,
although it's probably out of date.
--
Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | joostje | 2003-04-10 19:45:53 | Re: estimates for nested loop very wrong? |
Previous Message | Ian Barwick | 2003-04-10 17:35:25 | Re: INSERT INTO ... SELECT (PostgreSQL vs. MySQL) |