Re: control on table creation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: R D <mrk279(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: control on table creation
Date: 2000-10-12 15:45:08
Message-ID: 200010121545.LAA19162@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> Hi,
> In the TODO list is mentioned that in PG-7.1 you will
> have "More access control over who can create tables
> and use locks".
> Does anybody know what concept will be used? Will it
> be done via GRANT and REVOKE?

Good question. I guess we could create a GRANT DATABASE option to allow
people to create tables in the database. Not sure where else we could
do it outside of GRANT.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alexey Rodriguez Yakushev 2000-10-13 09:00:52 pg_hba.conf problems with Postgresql 7.0.2
Previous Message Peter Eisentraut 2000-10-12 14:59:41 Re: ERROR: ORDER BY is not allowed in INSERT/SELECT