Thread: Re: [HACKERS] Updated TODO item

Re: [HACKERS] Updated TODO item

From
Gavin Sherry
Date:
On Thu, 3 Jan 2002, Bruce Momjian wrote:

> TODO:  I have added a syntax suggested by someone on IRC:
>
> * Make it easier to create a database owned by someone who can't createdb,
>   perhaps CREATE DATABASE dbname WITH USER = "user"
>   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Attached is a patch which implements this. Passes regression:

======================
 All 79 tests passed.
======================

This required the modification of the CreatedbStmt data structure. I've
ensured that all functions which interact with CreatedbStmt have been
modified.

Gavin

Attachment

Re: [HACKERS] Updated TODO item

From
Bruce Momjian
Date:
Thanks.  Saved for 7.3.

---------------------------------------------------------------------------

Gavin Sherry wrote:
> On Thu, 3 Jan 2002, Bruce Momjian wrote:
>
> > TODO:  I have added a syntax suggested by someone on IRC:
> >
> > * Make it easier to create a database owned by someone who can't createdb,
> >   perhaps CREATE DATABASE dbname WITH USER = "user"
> >   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Attached is a patch which implements this. Passes regression:
>
> ======================
>  All 79 tests passed.
> ======================
>
> This required the modification of the CreatedbStmt data structure. I've
> ensured that all functions which interact with CreatedbStmt have been
> modified.
>
> Gavin

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

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