Re: Creating a Read Only profile in 8.4 - Mailing list pgsql-admin

From Tom Lane
Subject Re: Creating a Read Only profile in 8.4
Date
Msg-id 11689.1339163954@sss.pgh.pa.us
Whole thread Raw
In response to Creating a Read Only profile in 8.4  ("Della-Croce, Gregory" <Greg_Della-Croce@wycliffe.org>)
Responses Re: Creating a Read Only profile in 8.4  (René Romero Benavides <ichbinrene@gmail.com>)
List pgsql-admin
"Della-Croce, Gregory" <Greg_Della-Croce@wycliffe.org> writes:
> I am new at the Postgres DBA - Admin stuff.   So when asked to create a read only profile for our database in
Postgres8.4 I did the following: 
> *         create role RO_User password 'xxxxxxxxxxx' NOSUPERUSER NOCREATEDB NOCREATEROLE INHERIT LOGIN;

> *         select 'grant select on ' || tablename || ' to \"RO_User\"; 'from pg_tables where schemaname = 'public';

Uh, that only printed the GRANT commands you needed, it didn't execute
them.

            regards, tom lane

pgsql-admin by date:

Previous
From: Jerry Sievers
Date:
Subject: Re: Creating a Read Only profile in 8.4
Next
From: "ROMAIN, ERICKA W CTR DISA PEO-MA"
Date:
Subject: How To Change Password Hash Algorithm From MD5 to SHA-256