Re: Insufficient attention to security in contrib (mostly)

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Insufficient attention to security in contrib (mostly)
Date: 2007-08-27 21:19:11
Message-ID: 200708271419.12457.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom,

> That's OK for individual tables, but we have no equivalent concept for
> whole databases or tablespaces. What do you propose for them?

CONNECT, of course. There are no permissions for tablespaces except
CREATE, so presumably if the user can connect to the db, they ought to be
able to see the size of the tablespaces.

Although it seems like SCHEMA USAGE ought to fit in there somewhere, I just
don't know how.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-08-27 21:38:03 Re: MSVC build system
Previous Message Magnus Hagander 2007-08-27 20:36:34 Re: MSVC build system