Re: [GENERAL] OLD pseudo relation for INSERT in rules and triggers

2013-01-01 Thread Rafał Pietrak
W dniu 01/01/2013 07:24 PM, Adrian Klaver pisze: On 01/01/2013 10:17 AM, Rafał Pietrak wrote: [---] If not, I think having OLD.* in INSERT rules/triggers is worth pondering. The thing is, that it would be a valuable tool to mimic table-propper functionality by a view. The OLD.* p

Re: [GENERAL] OLD pseudo relation for INSERT in rules and triggers

2013-01-01 Thread Adrian Klaver
On 01/01/2013 10:17 AM, Rafał Pietrak wrote: Hello the list, As far as I can tell from a quick search through postgresql documentation, the OLD.* pseudorelation is not available for INSERT triggers and rules. And a little googleing I did, haven't pointed me to anything relevant to the following.