Re: ALTER INDEX OWNER TO

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ohp(at)pyrenet(dot)fr
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER INDEX OWNER TO
Date: 2005-08-15 13:54:12
Message-ID: 25378.1124114052@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ohp(at)pyrenet(dot)fr writes:
> It seems that ALTER INDEX foo OWNER TO bar; doesn't work anymore.
> The error is foo is not a table or a view.

Yeah, I suppressed that alternative a few weeks ago, thinking that it
was not sensible since we don't really support having indexes owned
by anyone except the owner of the parent table. Not sure what to do
about the fact that pg_dump has been emitting it though. Maybe reduce
the error to a warning, and make it a no-op?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2005-08-15 13:55:28 Re: ALTER ROLES - questions
Previous Message Tom Lane 2005-08-15 13:49:35 Re: ALTER ROLES - questions