Re: GRANT question

From: Együd Csaba <csegyud(at)vnet(dot)hu>
To: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org, 'Michael Fuhr' <mike(at)fuhr(dot)org>
Subject: Re: GRANT question
Date: 2005-11-27 06:51:49
Message-ID: 0IQL00CHYPOL9260@invitel.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Tom,
in case of the admin it results: {pg_catalog,public}. In case of the
non-admin user: {pg_catalog}!!!
Again, seeing it from the PgAdmin (as both users) I can see all the 5 well
known schemas.

-- csaba
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Sunday, November 27, 2005 12:07 AM
To: Michael Fuhr
Cc: Együd Csaba; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] GRANT question

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> Oops, I forgot that \df uses pg_function_is_visible(), so it won't
> show functions that aren't in your search path. Try this:

Or try
\df *.edenproc_usesysid

I note the lack of "show search_path" for the non-admin user in your example
... it might also be interesting to try
select current_schemas(true);

regards, tom lane

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.8/183 - Release Date: 2005.11.25.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-11-27 06:54:36 Re: GRANT question
Previous Message Tom Lane 2005-11-26 23:07:06 Re: GRANT question