Re: Firebird and PostgreSQL at the DB Corral.

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Firebird and PostgreSQL at the DB Corral.
Дата
Msg-id 87wu8wjvu8.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Firebird and PostgreSQL at the DB Corral.  (Paul Ganainm <paulsnewsgroups@hotmail.com>)
Ответы Re: Firebird and PostgreSQL at the DB Corral.
Список pgsql-general
Paul Ganainm <paulsnewsgroups@hotmail.com> writes:

>> Rules
>
> ? I don't understand these - can somebody explain exactly what they are?

Basically like "query macros"--you can use a rule to rewrite part or
all of the user query and feed the result to the query optimizer.
They're how views are implemented, and you can create updateable views
by writing the appriopriate rules.  The only reason PG views aren't
updateable by default is (AIUI) a lack of agreement on how they should
work for complex view definitions.


> -------------------
>
> -------------------
>> Views
>
> X (FB's are updateable to boot!)

See above.

-Doug

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Welty
Дата:
Сообщение: Re: Firebird and PostgreSQL at the DB Corral.
Следующее
От: "John Sidney-Woollett"
Дата:
Сообщение: Replication Options