Re: Help or Bug?

From: Richard Huxton <dev(at)archonet(dot)com>
To: Cláudia Morgado <claudia(dot)morgado(at)widesoft(dot)com(dot)br>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Help or Bug?
Date: 2003-10-20 17:26:36
Message-ID: 200310201826.36817.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 20 October 2003 16:19, Cláudia Morgado wrote:
> Tom Lane,
>
> This problem was solved with the suggested permission.
>
> GRANT USAGE ON SCHEMA wlog_data TO wlog_uni;
>
> There is the possibility of us to consult the permission above in the
> database?

SELECT * FROM pg_namespace ;

For tables, I'd use \dp in psql.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2003-10-20 17:26:51 Re: Timestamp to date conversion...plz help me
Previous Message Steve Crawford 2003-10-20 17:25:45 Re: Timestamp to date conversion...plz help me