Re: BUG #5312: I NEED HELP - Mailing list pgsql-bugs

From Robert Haas
Subject Re: BUG #5312: I NEED HELP
Date
Msg-id 603c8f071002031849q192b568n3fa26ad45f088632@mail.gmail.com
Whole thread Raw
In response to Re: BUG #5312: I NEED HELP  ("Daniel J. Baldev" <dbaldev@msn.com>)
List pgsql-bugs
On Wed, Feb 3, 2010 at 9:46 PM, Daniel J. Baldev <dbaldev@msn.com> wrote:
> All I want to do is to delete a database, but I don't know how to actually
> input the dropdb command and what other stuff I need to open...can you help?
> I think my problem will be very simple for someone who understands this

I probably could help if I could see what is on your screen, but I
can't.  In general, if the database you want to drop is called junk,
then you either do "dropdb junk" from the command line or "DROP
DATABASE junk" from SQL.  Once again, you need to read the guide to
reporting problems - you're not providing any information at all on
what program you're using to connect to the database, what you've
tried, what happened, etc.

And again, this is not a bug.

...Robert

pgsql-bugs by date:

Previous
From: "Daniel J. Baldev"
Date:
Subject: Re: BUG #5312: I NEED HELP
Next
From: Joe Conway
Date:
Subject: Re: BUG #5304: psql using conninfo fails in connecting to the server