Re: create rule syntax
От
Neil Conway
Тема
Re: create rule syntax
Дата
Msg-id
428DD88E.9090908@samurai.com
Ответ на
Re: create rule syntax (Robert Treat)
Список
Дерево обсуждения
create rule syntax Kris Jurka <books@ejurka.com>
Re: create rule syntax Neil Conway <neilc@samurai.com>
Re: create rule syntax Robert Treat <xzilla@users.sourceforge.net>
Re: create rule syntax Neil Conway <neilc@samurai.com>
Robert Treat wrote: > Sorry I missed this before, but the first examples use of create rule on > *object* rather than *table* seems like something important enough to keep, > since obviously rules can be on more than just tables. I can't get too excited about this. CREATE RULE uses "table" as well, and specifies that "table" really means "table or view". Similarly, the INSERT syntax summary talks about "INSERT INTO table ...", although of course you can insert into a view if the appropriate rule exists. A view is a table in more ways than one... -Neil
В списке pgsql-docs по дате отправления