Re: Dropped database still shows in the database list.

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: girish R G peetle <giri(dot)anamika0(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Dropped database still shows in the database list.
Date: 2015-05-22 08:06:18
Message-ID: CAKFQuwb+Wbg=HGFo3f=2fDcSmbMLaVCof8HX3YzEJLgUVM2Uyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thursday, May 21, 2015, girish R G peetle <giri(dot)anamika0(at)gmail(dot)com>
wrote:

> Hi,
> Dropped database 'RestoreDB' is still being listed in pg_database.
> Any idea why this behavior is seen ? Also I don't see any open connections
> to this database.
>
>
Try removing your where clause on the select,

"RestoreDB" and RestoreDB are two different databases. The later is
case-folded to be equivalent to "restoredb".

The double quotes I'm using are significant.

David J.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Glyn Astill 2015-05-22 09:37:36 Re: Performances issues with SSD volume ?
Previous Message Albe Laurenz 2015-05-22 08:05:41 Re: Dropped database still shows in the database list.