Re: can't "grant all on database..."

From: Travis Hume <travis(dot)hume(at)tenzing(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: can't "grant all on database..."
Date: 2003-06-18 22:01:04
Message-ID: 3EF0E120.2020008@tenzing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

So I ended up doing this:

create user ruser createuser;

and then limiting where he can connect from through pg_hba.conf file.

Thanks for the help

Stephan Szabo wrote:

>On Wed, 18 Jun 2003, Travis Hume wrote:
>
>
>
>>Ok, I give up.
>>
>>I've created a database called "Inflight" using user "fc". I want to
>>create a second user called "johndoe" and grant him all priviledges on
>>the "Inflight" database and then restrict him access to certain
>>IPAddress using the pg_hba.conf file.
>>
>>Anyone know the magic words?
>>
>>
>
>I think you'll need to grant all privs to each of the schemas, tables, etc
>the user should have access to. There have been scripts that should do
>the tables at least in the archives (I haven't paid enough attention to
>know if they deal with other objects).
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2003-06-18 22:06:16 Re: can't "grant all on database..."
Previous Message Tom Lane 2003-06-18 21:53:44 Re: A creepy story about dates. How to prevent it?