Re: ALTER INDEX OWNER TO

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, ohp(at)pyrenet(dot)fr, pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER INDEX OWNER TO
Date: 2005-08-17 16:47:02
Message-ID: 200508171647.j7HGl2X14586@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Where are we on this?

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> > 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?
>
> Hmmm I so don't remember having pg_dump issue that - but I guess I must
> have...
>
> Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Johnny Lam 2005-08-17 17:22:16 Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries
Previous Message Thomas Hallgren 2005-08-17 16:40:07 Re: pl/Ruby, deprecating plPython and Core