Re: change ownership on all tables - Mailing list pgsql-general

From John R Pierce
Subject Re: change ownership on all tables
Date
Msg-id 4A733E88.2010905@hogranch.com
Whole thread Raw
In response to change ownership on all tables  (Alan McKay <alan.mckay@gmail.com>)
List pgsql-general
Alan McKay wrote:
> OK, my DB Admin is on vacation, and 15 minutes of googling didn't get
> me the answer :-)
>
> Although in that 15 minutes I could have done all 109 tables manually :-)
>
> I know this command for a single table, and checked the manual but
> don't see anything about wildcards
>
> ALTER TABLE tablename OWNER to user;
>

see http://pgedit.com/public/sql/acl_admin/index.html
or http://www.archonet.com/pgdocs/grant-all.html

these are scripts for doing a GRANT to all objects, but they should
easily be modifiable to do a ALTER TABLE... OWNER



pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Division by zero
Next
From: Merlin Moncure
Date:
Subject: Re: Design Database, 3 degrees of Users.