Re: rule causes nextval() to be invoked twice - Mailing list pgsql-sql

From A.Bhuvaneswaran
Subject Re: rule causes nextval() to be invoked twice
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: rule causes nextval() to be invoked twice  (paul cannon <[email protected]>)
List pgsql-sql
> Nevermind- that doesn't work either! Here's the new sample code:

Rules are triggered before the event. You must do it in AFTER trigger.

regards,
bhuvaneswaran



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: rule causes nextval() to be invoked twice
Next
From: Robert Treat
Date:
Subject: Re: obtuse plpgsql function needs