Re: Change view ownership

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Change view ownership
Дата
Msg-id 20061011020818.GH72517@nasby.net
обсуждение исходный текст
Ответ на Re: Change view ownership  (Neil Conway <neilc@samurai.com>)
Список pgsql-hackers
On Tue, Oct 10, 2006 at 09:33:13PM -0400, Neil Conway wrote:
> On Tue, 2006-10-10 at 20:27 -0500, Jim C. Nasby wrote:
> > Wow, that's news to me. I'll prepare a docs patch to reflect that.
> 
> It is already reflected in the docs, although it might need to be more
> prominent.

Yeah, it should be listed at the top of the page, IMO.

> > Is there any other operations ALTER TABLE can perform on a view?
> 
> IIRC, it can be used to rename an index, sequence, or view, and also to
> add defaults to a view's columns.

I don't see anything about indexes...

I think it'd be best to move this functionality out of ALTER TABLE and
put it in the appropriate ALTER commands (well, we can't move it out
yet, but we should depricate it).
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Change view ownership
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Index Tuning Features