Steve Crawford wrote:
> Changing the owner of a database is easy in 8.x (alter database...)
> but seems less so in 7.4.
>
> Is there a method of safely changing the owner of the database (via
> command or via updating pg* tables) in 7.4?
>
Use a transaction and use update to pg_database
Joshua D. Drake
> Cheers,
> Steve
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster