Correct behaviour of "DROP DATABASE"

From: Ben Leslie <benno(at)sesgroup(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Correct behaviour of "DROP DATABASE"
Date: 2001-02-27 01:11:02
Message-ID: 20010227121102.A9050@sesgroup.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I was wondering what the expected behaviour of "DROP DATABASE" was.

Basically the problem i have is that when I drop a database it seems
to drop only some of the associated tables.

The tables that it fails to drop are ones with mixed case names.

Is this expected?

Cheers,

Benno

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phil Glatz 2001-02-27 01:18:46 difficulty building PostgreSQL with PHP4?
Previous Message Bruce Richardson 2001-02-26 22:57:04 Re: Trigger and Permissions