Re: INSTEAD rule bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dmitry Tkach <dmitry(at)openratings(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: INSTEAD rule bug?
Date: 2003-07-15 16:40:38
Message-ID: 23304.1058287238@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dmitry Tkach 2003-07-15 16:45:01 Re: INSTEAD rule bug?
Previous Message Dmitry Tkach 2003-07-15 16:21:53 Another bug with views

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Tkach 2003-07-15 16:45:01 Re: INSTEAD rule bug?
Previous Message Tom Lane 2003-07-15 16:35:56 Re: Query Optimisation