Re: PgAdmin problem

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: PgAdmin problem
Дата
Msg-id Pine.LNX.4.21.0302191356020.2991-100000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на Re: PgAdmin problem  ("Agrawal, Manish" <MAgrawal@coba.usf.edu>)
Список pgsql-interfaces
On Wed, 19 Feb 2003, Agrawal, Manish wrote:

> 3. Also, updatable views would make Postgresql so much easier to use.
> 
> The reason I ask is that if that were the case, PostgreSQL would be
> enormously popular beyond expectations. At the very least, introductory
> database courses in business schools could so easily use PostgreSQL instead
> of MS Access.

Views are updateable. You need to
CREATE RULE blah AS ON UPDATE TO myview DO INSTEAD  UPDATE mytable SET acol = NEW.acol

for example.

I think there are other issues with updateable views from MSAccess though.


--
Nigel J. Andrews



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

Предыдущее
От: "Agrawal, Manish"
Дата:
Сообщение: Re: PgAdmin problem
Следующее
От: s0lao@netscape.net (S. L.)
Дата:
Сообщение: Re: [CYGWIN] PgAdmin problem