Re: [HACKERS] Postgres acl (fwd)

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: kwitten(at)qdt(dot)com, PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Postgres acl (fwd)
Date: 1998-01-06 17:11:19
Message-ID: Pine.NEB.3.95.980106120949.29984P-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 6 Jan 1998, Bruce Momjian wrote:

> Can someone who has permission to create databases be trusted not to
> delete others? If we say no, how do we make sure they can change
> pg_database rows on only databases that they own?

deleting a database is accomplished using 'drop database', no?
Can the code for that not be modified to see whether the person dropping
the database is the person that owns it *or* pgsuperuser?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Witten 1998-01-06 18:01:03 Re: [HACKERS] Postgres acl (fwd)
Previous Message Bruce Momjian 1998-01-06 16:52:17 Re: [HACKERS] Postgres acl (fwd)