Re: [SQL] Select Instead on a table

2004-10-28 Thread Markus Schaber
Hi, Tom, On Thu, 28 Oct 2004 10:22:47 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: > > Is it possible to create a ON SELECT DO INSTEAD rule on a table? > > Not unless you want it to become a view. That's what I suspected, after scanning the docs. Thanks, Markus -- markus schaber | dipl. informa

Re: [SQL] Select Instead on a table

2004-10-28 Thread Tom Lane
Markus Schaber <[EMAIL PROTECTED]> writes: > Is it possible to create a ON SELECT DO INSTEAD rule on a table? Not unless you want it to become a view. regards, tom lane ---(end of broadcast)--- TIP 2: you can get off all lis