Re: Change view ownership

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Change view ownership
Date: 2006-10-11 02:08:18
Message-ID: 20061011020818.GH72517@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2006-10-11 03:36:27 Re: Index Tuning Features
Previous Message Neil Conway 2006-10-11 01:33:13 Re: Change view ownership