GRANT on information_schema & keys

Started by Marcello Veronaover 18 years ago2 messagesgeneral
Jump to latest
#1Marcello Verona
marcelloverona@tiscali.it

Hi
I've a problem with the GRANT on information_schema and view
"key_column_usage".
Only a superuser is granted to see the record of this view (and other
views about index... see table_constraint)
What kind of permission is necessary for a simple user?

Thank you!

Marcello

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Marcello Verona (#1)
Re: GRANT on information_schema & keys

Marcello Verona <marcelloverona@tiscali.it> writes:

I've a problem with the GRANT on information_schema and view
"key_column_usage".
Only a superuser is granted to see the record of this view (and other
views about index... see table_constraint)
What kind of permission is necessary for a simple user?

It will only show you rows about tables that you own or have some access
privilege for.

regards, tom lane