alter database foo owner to bar - Mailing list pgsql-patches

From Euler Taveira de Oliveira
Subject alter database foo owner to bar
Date
Msg-id 20040331201124.004a0088.euler@ufgnet.ufg.br
Whole thread Raw
Responses Re: alter database foo owner to bar  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Hi all,

This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].
It was necessary to touch in grammar and create a new node to make home to the new syntax. The command is also
supportedin ECPG. Doc updates are attached too. Only superusers can change the owner of the database. New owners don't
needany aditional privileges. 
Please review it and apply it.

Regards,

--
Euler Taveira de Oliveira
euler (at) ufgnet.ufg.br
Desenvolvedor Web e Administrador de Sistemas
UFGNet - Universidade Federal de Goiás

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Some Documentation Changes
Next
From: Claudio Natoli
Date:
Subject: MSFT compiler fixes + misc