Read Access to database

From: "Ashish Karalkar" <ashish(dot)karalkar(at)info-spectrum(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Read Access to database
Date: 2007-08-28 05:26:38
Message-ID: 00d501c7e934$062d6d00$170211ac@LIONKING.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I have a database abc with owner c .
I want to grant only read access on this DB abc to user d.
More specificaly to a schema abcs in the databse abc.
Is ther any way to do so?

I have more than 1000 table so dont want to list all the table name in the grant command.

Thanks in advance

With regards
Ashish...

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2007-08-28 06:04:21 Re: Read Access to database
Previous Message Ow Mun Heng 2007-08-28 05:21:28 delete vs insert vs update due to primary key dups -> which is better