Re: GRANT question - Mailing list pgsql-general

From Együd Csaba
Subject Re: GRANT question
Date
Msg-id 0IQL00CHYPOL9260@invitel.hu
Whole thread Raw
In response to Re: GRANT question  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: GRANT question  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@sss.pgh.pa.us]
Sent: Sunday, November 27, 2005 12:07 AM
To: Michael Fuhr
Cc: Együd Csaba; pgsql-general@postgresql.org
Subject: Re: [GENERAL] GRANT question

Michael Fuhr <mike@fuhr.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.



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: GRANT question
Next
From: Tom Lane
Date:
Subject: Re: GRANT question