Re: Changing owner of pg_toast tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Styles <postgres(at)lambic(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Changing owner of pg_toast tables
Date: 2009-01-29 15:46:08
Message-ID: 29515.1233243968@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mark Styles <postgres(at)lambic(dot)co(dot)uk> writes:
> I'm trying to drop a role that is no longer being used. However the role
> has 4 dependencies which are all pg_toast tables. How can I change the
> owner of those pg_toast tables so I can drop the role?

I guess the interesting question to me is what happened to the tables
those toast tables are/were attached to? They should have the same
owners as their parent tables. What PG version is this exactly?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma 2009-01-29 15:46:13 Re: Pet Peeves?
Previous Message Tom Lane 2009-01-29 15:44:51 Re: Text search segmentation fault