On Fri, 2009-02-20 at 11:25 -0800, Joshua D. Drake wrote: > > > > You can use alter type to change the owner of the type to a valid user > but see above. Something is wrong. That's what I thought too, but we tried that first with these results: # alter type pg_toast.pg_toast_80075 OWNER TO postgres; ERROR: pg_toast.pg_toast_80075 is a table's row type HINT: Use ALTER TABLE instead. # alter table pg_toast.pg_toast_80075 OWNER TO postgres; ERROR: "pg_toast_80075" is not a table, view, or sequence ... that's when I decided this was post-worthy. :) -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general