Re: Views...

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Views...
Дата
Msg-id 3ABDE11C.94B4A6CB@archonet.com
обсуждение исходный текст
Ответ на Re: Views...  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Ответы RE: Views...
Список pgsql-general
"Brett W. McCoy" wrote:
>
> Briefly, a view is a 'virtual' table -- you create a view with a select
> statement that can relate data between different tables or use a subset of
> data from a specific table.  You can think of them as a 'saved query'.
> Once you create a view, you can then query them just like a normal table.
> You cannot, as of yet, update views in PostgreSQL, they are read only.

Not by default, but you can of course define your own rules to allow updating.

- Richard Huxton

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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Select for insert possible?
Следующее
От: "Christian Marschalek"
Дата:
Сообщение: RE: Views...