Commit b96b0415 authored by Bruce Momjian's avatar Bruce Momjian

Added suggested syntax:

> * Make it easier to create a database owned by someone who can't createdb,
>   perhaps CREATE DATABASE dbname WITH USER = "user"
parent b490469c
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Jan 3 00:48:38 EST 2002 Last updated: Thu Jan 3 03:00:47 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -39,7 +39,8 @@ ADMIN ...@@ -39,7 +39,8 @@ ADMIN
* Improve control over user privileges, including table creation and * Improve control over user privileges, including table creation and
lock use [privileges] (Karel, others) lock use [privileges] (Karel, others)
* Make it easier to create a database owned by someone who can't createdb * Make it easier to create a database owned by someone who can't createdb,
perhaps CREATE DATABASE dbname WITH USER = "user"
* -Permission to DELETE table also allows UPDATE (Peter E) * -Permission to DELETE table also allows UPDATE (Peter E)
* Allow elog() to return error codes, module name, file name, line * Allow elog() to return error codes, module name, file name, line
number, not just messages (Peter E) number, not just messages (Peter E)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment