| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Glen Jarvis <glen(at)glenjarvis(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Changing owner of pg_toast tables |
| Date: | 2009-08-19 19:17:58 |
| Message-ID: | 27441.1250709478@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Glen Jarvis <glen(at)glenjarvis(dot)com> writes:
> I found this thread online because I have the same problem.
> <snipped>=# drop role <snipped>;
> ERROR: role "<snipped>" cannot be dropped because some objects depend on it
> DETAIL: owner of type pg_toast.pg_toast_51797
> 1 objects in database <snipped>
I think this is a known issue:
http://archives.postgresql.org/pgsql-general/2009-02/msg01021.php
http://archives.postgresql.org/pgsql-committers/2009-02/msg00224.php
If you're not running a very recent minor release then you'd be subject
to the bug, and even if you were this could be leftover damage from a
previous episode.
If your situation doesn't fit the summary in the second message cited
above, we'd be interested to have more details.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2009-08-19 19:24:28 | Re: Unit conversion database (was: multiple paramters in aggregate function) |
| Previous Message | Alban Hertroys | 2009-08-19 18:31:17 | Re: Unit conversion database (was: multiple paramters in aggregate function) |