Re: create rule syntax

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: create rule syntax
Дата
Msg-id 428DD88E.9090908@samurai.com
обсуждение исходный текст
Ответ на Re: create rule syntax  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-docs
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 по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: create rule syntax
Следующее
От: Neil Conway
Дата:
Сообщение: Re: [patch] Typo in ECPG Docs