This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].

Bruce Momjian <bruce@momjian.us>

Commit: cfbfdc557d166ec559668d18d9769544f3c4fbbc
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-05-26T13:57:04Z
Releases: 8.0.0
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 E
CPG. Doc updates are attached too. Only superusers can change the owner
of the database. New owners don't need any aditional
privileges.

Euler Taveira de Oliveira

Files