How to change table owner? - Mailing list pgsql-admin

From Anders Bogdan
Subject How to change table owner?
Date
Msg-id 08B936B4-0B84-11D7-BCC3-000393178BD6@theworks.org
Whole thread Raw
Responses Re: How to change table owner?
List pgsql-admin
Greetings!

Sort of a newbie-ish question, I haven't seen it in the archives so
thought I'd ask.
I've created and deployed a number of databases and am now getting
around to adding some table maintenance (a vacuum script). But, the
script can't run as the "postgres" user. It runs as a defined db user
"admin".. Unfortunately, in my db schema the tables are owned by
postgres and my script doesn't have permission to vacuum.  ( I've since
changed the schema so this won't happen in the future)
I need to change owner of the tables from postgres to admin... Granting
all to admin apparently isn't enough. Is there are simple way to change
table owner short of dumping, editing the dump and restoring?
redhat7.2
postgresql7.1/7.2

Thanks
Anders


pgsql-admin by date:

Previous
From: "wishy wishy"
Date:
Subject: auto creation of database and schema
Next
From: Tom Lane
Date:
Subject: Re: How to change table owner?