alter database foo owner to bar

From: Euler Taveira de Oliveira <euler(at)ufgnet(dot)ufg(dot)br>
To: pgsql-patches(at)postgresql(dot)org
Subject: alter database foo owner to bar
Date: 2004-03-31 23:11:24
Message-ID: 20040331201124.004a0088.euler@ufgnet.ufg.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 supported in ECPG. Doc updates are attached too. Only superusers can change the owner of the database. New owners don't need any 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 Content-Type Size
alter-db.patch application/octet-stream 10.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Claudio Natoli 2004-04-01 03:05:31 MSFT compiler fixes + misc
Previous Message Tom Lane 2004-03-31 21:36:12 Re: Question about rtrees (overleft replacing left in nodes)