Re: forcing table ownership

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Darin Perusich <Darin(dot)Perusich(at)ctg(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: forcing table ownership
Date: 2011-09-15 23:50:43
Message-ID: 4E728F53.1020504@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/15/2011 04:31 PM, Darin Perusich wrote:
> Hi Andy,
>
>>
>> Any way you can update to PG 9?
>>
>> http://www.postgresql.org/docs/9.0/static/sql-
>> alterdefaultprivileges.html
>
> That's not really an option I'd like to consider. I really don't want to
> deploy anything outside of what's distributed with the OS, since I have
> a TON of opensuse servers to keep track of and there will be a bunch
> running postgres.
>
> Thanks!

How about "set role ..." then?

http://www.postgresql.org/docs/8.4/static/sql-set-role.html

-Andy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aleksey Tsalolikhin 2011-09-16 00:12:09 multi-master replication (Was: Has Pg 9.1.0 been released today?)
Previous Message Tom Lane 2011-09-15 23:02:13 Re: Why is this query running slowly?