Re: [HACKERS] Updated TODO item - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] Updated TODO item
Date
Msg-id 200201031727.g03HRwd16770@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Updated TODO item  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch for ODBC driver (look for odbc.ini in more than
Next
From: Bruce Momjian
Date:
Subject: Re: pg_regress.sh startup failure patch