Laurent ROCHE wrote: > Hi, > > Another feature request: > I would like to be able to rename a database by right clicking on a database > and choosing Rename from the context menu (which does not exist right now). > > I know I can do the same thing by opening a query window and writing a ALTER > DATABASE ... RENAME TO ... > command, but that would seems a nice command to have (particularly when > developing and moving database around). >
This is already on the todo list because it's a non-trivial problem: http://www.pgadmin.org/development/todo.php Patches are welcome. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend