From: | Dmitry Tkach <dmitry(at)openratings(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-bugs(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: INSTEAD rule bug? |
Date: | 2003-07-15 16:45:01 |
Message-ID: | 3F142F8D.8020402@openratings.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
Tom Lane wrote:
>Dmitry Tkach <dmitry(at)openratings(dot)com> writes:
>
>
>>testdb=# create table test_view as select * from test;
>>SELECT
>>
>>
>
>That is not a view, it's only a static copy of the original table.
>
> regards, tom lane
>
>
I know... That was a typo in my sql :-)
But for this example it doesn't matter - that view/table is only needed
to illustrate the rules behaviour on insert.
You can just replace 'table' with 'view' in that statement - the
behaviour of the insert is exactly the same anyway.
Dima
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-07-15 16:45:25 | Re: Another bug with views |
Previous Message | Tom Lane | 2003-07-15 16:40:38 | Re: INSTEAD rule bug? |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-07-15 16:53:34 | Re: [GENERAL] INSTEAD rule bug? |
Previous Message | Tom Lane | 2003-07-15 16:40:38 | Re: INSTEAD rule bug? |