How to Add User with Select Priviliges only - Mailing list pgsql-novice

From Bedorf, Paul
Subject How to Add User with Select Priviliges only
Date
Msg-id 27227E7E0DC2BB44884ADE790740201D01ED08@PHX-PWP-EXCH01.corp.mosaic.com
Whole thread Raw
Responses Re: How to Add User with Select Priviliges only
Re: How to Add User with Select Priviliges only
List pgsql-novice

Hi, I am new to Postgres SQL and have a task to add a user that will have permissions only to select from the database but not make any changes etc...

I do not know how to do that, can anyone provide instructions?

I have the following databases:

Name | Owner |
------------+----------+
mpower_dev | mpower |
postgres | postgres |
template0 | postgres |
template1 | postgres

I would like to grant the select only provileges to the new user on the mpower_dev database.

Thank You

 

 

__________________________________________________

Paul Bedorf 

 

pgsql-novice by date:

Previous
From: Jeff Davis
Date:
Subject: Re: COPY, Triggers and visibility into pg_tables
Next
From: Ken LaCrosse
Date:
Subject: Re: COPY, Triggers and visibility into pg_tables