Discussion:
"SELECT ANY TABLE" !!
(too old to reply)
Louie Kwan
2004-02-23 19:57:31 UTC
Permalink
I would like to create a user with only read privilege, something like
"SELECT ANY TABLE"...
Any pointer or help is appreciated.

Louie Kwan
NUVO - THE IT OUT-TASKING COMPANY
(613) 726-5071 Direct Line
(613) 721-1399 Fax
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Bruno Wolff III
2004-02-27 13:11:56 UTC
Permalink
On Mon, Feb 23, 2004 at 14:51:24 -0500,
I would like to create a user which has only read privilege, something like
"SELECT ANY TABLE"...
Any pointer or help is appreciated.
If 7.3 or later you can do this. You have to be careful about what access
you give them. In particular when you give them usage access to a database,
the default access to the public schema allows them to create objects.
Read through the documentation on grant and be aware of what the defaults
are for database, schema and function access.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Loading...