Re: PostgreSQL 9.0

Поиск
Список
Период
Сортировка
От Dawid Kuroczko
Тема Re: PostgreSQL 9.0
Дата
Msg-id 758d5e7f0701301316i1b535025m5517bd537303ca47@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.0  ("Karen Hill" <karen_hill22@yahoo.com>)
Список pgsql-general
On 30 Jan 2007 12:15:17 -0800, Karen Hill <karen_hill22@yahoo.com> wrote:
> On Jan 29, 11:06 pm, qne...@gmail.com ("Dawid Kuroczko") wrote:
> > * updatable views [ or am I missing something? ] -- it seems to me
> > they were close to be completed, but I don't remember if they were
> > completed and committed or not.
>
> PostgreSQL has updatable views via the rules system.  I use updatable
> views all the time in postgres.

That is not a point really.  This todo is not about implementing rule
system which PostgreSQL already has.

It's about implementing infrastructure to set up updatable views automatically,
as the standard dictates.  And this is a feaure PostgreSQL lacks.  If you
want updatable views you have to issue couple of CREATE RULEs apart
from CREATE VIEW.  The point is that you could create updatable views
with sole CREATE VIEW command.

Another example is table partitioning which PostgreSQL has and doesn't
have.  You can set up table partitioning with clever set of triggers and
table inheritance, but it lacks explicit DDLs to do so.

   Regards,
        Dawid

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: DBMS Engines and Performance
Следующее
От: "Dawid Kuroczko"
Дата:
Сообщение: Re: PostgreSQL 9.0