Re: [OT] postgresql triggers

2001-03-04 Thread will trillich
On Sat, Mar 03, 2001 at 11:50:03PM -0500, Ron Peterson wrote: > will trillich wrote: > > > > > when i expand this and try to add a SELECT on other tables, or an > > UPDATE to another table or two, postgresql gripes about > > > > NEW used in non-RULE query... > > Could you provide an ex

Re: [OT] postgresql triggers

2001-03-03 Thread Ron Peterson
will trillich wrote: > when i expand this and try to add a SELECT on other tables, or an > UPDATE to another table or two, postgresql gripes about > > NEW used in non-RULE query... Could you provide an example of what *doesn't* work? -Ron- GPG and other info at: http://www.yellowbank.

[OT] postgresql triggers

2001-03-03 Thread will trillich
i'm posting questions like this to the postgresql-general list, and am deafened by the silence, so i'll try here. (you folks don't know when to quit when it comes to helping newbies... :) postgresql 7.0.3 / potato direct from the documentation (.../postgresql-doc/html/user/c40874340.htm) here's a