Re: Materialized views WIP patch

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Materialized views WIP patch
Дата
Msg-id CAA-aLv5K9LkdTjYbrB=QxqKDE4TA4nyvg_t1oc2ZF_yAfq7s3Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Materialized views WIP patch  (Kevin Grittner <kgrittn@ymail.com>)
Ответы Re: Materialized views WIP patch  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
On 16 February 2013 01:01, Kevin Grittner <kgrittn@ymail.com> wrote:
> Unless something else comes up in review or I get feedback to the
> contrary I plan to deal with the above-mentioned issues and commit
> this within a week or two.

At the moment it's not possible to rename a column without using ALTER
TABLE on an MV.

Also, shouldn't we have the ability to set the collation on a column of the MV?

And the inconsistency between regular views and MVs is still present,
where MVs always dump with column parameters in their definition, and
views never do.  Not a show-stopper, but curious nonetheless.

--
Thom



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: overlapping strncpy/memcpy errors via valgrind
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: JSON Function Bike Shedding