Re: GRANT question

Поиск
Список
Период
Сортировка
От Együd Csaba
Тема Re: GRANT question
Дата
Msg-id 0IQL00CHYPOL9260@invitel.hu
обсуждение исходный текст
Ответ на Re: GRANT question  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: GRANT question
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GRANT question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: GRANT question