Re: Why no CREATE TEMP MATERIALIZED VIEW ?

Поиск
Список
Период
Сортировка
От Adam Brusselback
Тема Re: Why no CREATE TEMP MATERIALIZED VIEW ?
Дата
Msg-id CAMjNa7dKJsGxK7Fq7QrsC5hL3OJ7rzpBxMpsXWHxT41aFPk1WA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why no CREATE TEMP MATERIALIZED VIEW ?  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
> How different is a "temp materialized view" from a regular view?

If it existed, it would be useful for cases when you need to reference that view in multiple queries in the same session. I've gotten around this by just using temp tables.

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Why no CREATE TEMP MATERIALIZED VIEW ?
Следующее
От: Alex Williams
Дата:
Сообщение: Re: Tablespace column value null on select * from pg_tables