Re: [pgadmin-support] Feature Request: Rename DB in pgAdmin

2007-05-24 Thread Dave Page
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 >

Re: [pgadmin-support] Feature Request: Rename DB in pgAdmin

2007-05-24 Thread Guillaume Lelarge
Laurent ROCHE a écrit : > 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 > DATAB

[pgadmin-support] Feature Request: Rename DB in pgAdmin

2007-05-24 Thread Laurent ROCHE
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,