Re: Insert into VIEW ???

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Insert into VIEW ???
Дата
Msg-id 3AA10A15.2AEA6C6B@archonet.com
обсуждение исходный текст
Ответ на Insert into VIEW ???  (Jacek Zagorski <jaz@shastanetworks.com>)
Список pgsql-sql
Jacek Zagorski wrote:
> 
> Is it possible to INSERT into xyz
> where xyz is a view ?
> What is the proper syntax ?
> 
> Thanks Much
> Jacek Zagorski

You'll need to set up the rules for updating - PG can't figure out what
you want automatically. There's a page on this in the programmer's guide.

- Richard Huxton


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

Предыдущее
От: "pgsql-sql"
Дата:
Сообщение: Re: lo_import for storing Blobs
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Temp Tables & Connection Pooling