Re: pgsql/ oc/src/sgml/ref/create_database.sgml oc ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/ oc/src/sgml/ref/create_database.sgml oc ...
Date: 2002-02-25 01:58:36
Message-ID: 200202250158.g1P1waG12441@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql
> Changes by: tgl(at)postgresql(dot)org 02/02/24 15:20:21
>
> Modified files:
> doc/src/sgml/ref: create_database.sgml
> doc/src/sgml : release.sgml
> src/backend/commands: dbcommands.c
> src/backend/nodes: copyfuncs.c equalfuncs.c
> src/backend/parser: gram.y
> src/backend/tcop: utility.c
> src/include/commands: dbcommands.h
> src/include/nodes: parsenodes.h
>
> Log message:
> Add OWNER option to CREATE DATABASE, so superusers can create databases
> on behalf of unprivileged users. Also, make '=' optional in CREATE
> DATABASE syntax. From Gavin Sherry, with kibitzing and docs by Tom Lane.

Oh, I am already kibitzing it. I will kibitz your kibitz. For example,
createdb needs it too.

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

  From Date Subject
Next Message Bruce Momjian - CVS 2002-02-25 02:53:47 pgsql/ oc/src/sgml/ref/create_database.sgml rc ...
Previous Message Tom Lane 2002-02-24 23:59:36 pgsql/src/bin/initlocation initlocation.sh