VIEWS

Поиск
Список
Период
Сортировка
От Markus Feier
Тема VIEWS
Дата
Msg-id NCBBKMKJPKLKIHOKLPADGENEEGAA.mfeier@prologon.ch
обсуждение исходный текст
Ответы Re: VIEWS  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-bugs
Dear Sirs

I encountered a minor Postgres problem using VIEW:

Creating a View like
CREATE VIEW SELECT * FROM table1
works perfecly

As soon as we enlarge table1 by new Attributes, they will not show up in the
VIEV
The VIEW will need to be deleted and recreated.

This behaviuor may not be considered to be a Bug but it is annoying and it
conflicts with the
assumption, that a VIEW does not execute any operation on a Database.

Thanks for listening to my input.

Prologon AG
M. Feier
mfeier@prologon.ch

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

Предыдущее
От: "Monte Hansen"
Дата:
Сообщение: Failed install postgresql-8.0-beta2-dev3.msi
Следующее
От: Sean Chittenden
Дата:
Сообщение: CREATE DATABASE OWNER not propagating to child objects?