Re: Current database
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: Current database
> -----Original Message-----
> From: pgadmin-support-owner(at)postgresql(dot)org
> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of
> Chris Velevitch
> Sent: 06 April 2006 02:56
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Current database
>
> I'm using windows version 1.4.2 on Win XP Sp1.
>
> Right-clicking a non current database makes it current. Why?
> I'm trying to rename the database but I can't because you
> can't rename the current database.
>
> How do you make a database non-current?
You can't. I'm not sure how that feature is supposed to work given how
it's been coded. You should manually issue the rename SQL in a query
tool window when no users are connected to the database you're renaming.
Regards, Dave.
Home |
Main Index |
Thread Index