Re: change ownership on all tables

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Alan McKay <alan(dot)mckay(at)gmail(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: change ownership on all tables
Date: 2009-07-31 18:57:12
Message-ID: 4A733E88.2010905@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2009-07-31 19:07:08 Re: Design Database, 3 degrees of Users.
Previous Message Jeff Davis 2009-07-31 18:49:47 Re: Division by zero