Schemas permissions vs \dt

From: Francisco Reyes <lists(at)natserv(dot)com>
To: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Schemas permissions vs \dt
Date: 2003-04-23 01:50:47
Message-ID: 20030422214639.F34621@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to revoke rights of users so they can not do \dt on other
people's schemas?

I tried without much luck:
revoke all on database dev from public;

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Erik Ronström 2003-04-23 02:13:06 Getting named fields of NEW
Previous Message Hunter Hillegas 2003-04-23 01:44:20 Left Join Not Using Index?