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


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to