| From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
|---|---|
| To: | Richard Lukacik <richard(dot)lukacik(at)frequentis(dot)com> |
| Cc: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Inquiry From Form [pgsql] |
| Date: | 2002-11-28 18:16:10 |
| Message-ID: | 20021128101525.I7870-100000@megazone23.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, 28 Nov 2002, Richard Lukacik wrote:
> I have one problem.When I have defined trigger before update on some
> table, then update was succesfully performed but updated value
> haven\'t changed, his value is old!This effect has been althrough
> trigger function do not perform any operation. If I drop trigger
> before update, then update was performed OK! Why? Where is the
> problem?
You haven't sent the trigger, so it's hard to say, but I'd guess that
you might be returning either OLD or NULL from the trigger.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2002-11-28 18:19:06 | Re: Why does everyone think MySQL is easier? |
| Previous Message | Stephan Szabo | 2002-11-28 18:10:41 | Re: Firing Orders |