Re: [HACKERS] Updated TODO item

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Updated TODO item
Date: 2002-01-03 17:27:58
Message-ID: 200201031727.g03HRwd16770@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)postgresql(dot)org)

--
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-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-01-03 17:30:25 Re: [HACKERS] Bug #549: select table privilege in postgres allows
Previous Message Bruce Momjian 2002-01-03 17:27:01 Re: PGSQL - FAQ 4.1

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-01-03 17:29:03 Re: Patch for ODBC driver (look for odbc.ini in more than
Previous Message Bruce Momjian 2002-01-03 17:24:47 Re: pg_regress.sh startup failure patch