Dynamic views

Поиск
Список
Период
Сортировка
От
Тема Dynamic views
Дата
Msg-id 200611291043.kATAh5QY024211@mail009.ownmail.com
обсуждение исходный текст
Ответы Re: Dynamic views  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-general
Hello friends,
I have a view defined as:-

CREATE VIEW vivek_testview AS SELECT vivek_test.* , users.username AS name from users, vivek_test where
vivek_test.username=users.username;

Now, when I add a new column in vivek_test, I cant see the new column in the view. Currently we have to drop the view
andrecreate it.  
Is there a way that i can see the new column without dropping and recreating the view ?

Thanks for reading this. Thanks for your replies in advance.



With warm regards.
Vivek

vivek@staff.ownmail.com

All science is either physics or stamp collecting.
                -- Ernest Rutherford




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

Предыдущее
От: "surabhi.ahuja"
Дата:
Сообщение: sudden drop in delete performance
Следующее
От:
Дата:
Сообщение: Dynamic views