Re: (unknown)

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: (unknown)
Date: 2011-05-07 11:00:29
Message-ID: iq38ob$2vh$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Didik Prasetyo wrote on 07.05.2011 09:28:
> I want to ask how to make GRANT, where users can only perform SELECT
> on all the TABLE, in the database, which I have done the following

You might consider upgrading, because since 9.x you can do:

GRANT SELECT ON ALL TABLES IN SCHEMA public;

Thomas

In response to

  • at 2011-05-07 07:28:58 from Didik Prasetyo

Browse pgsql-admin by date

  From Date Subject
Next Message Tomasz Chmielewski 2011-05-07 21:19:16 Re: 'SGT DETAIL: Could not open file "pg_clog/05DC": No such file or directory' - what to do now?
Previous Message raghu ram 2011-05-07 10:19:47 Re: