Re: dropdb weirdness - Mailing list pgsql-general

From Merlin Moncure
Subject Re: dropdb weirdness
Date
Msg-id AANLkTikOXr9q5lkU4azn54gaD4J2lbstLctzdQGkehQO@mail.gmail.com
Whole thread Raw
In response to dropdb weirdness  (Geoffrey <lists@serioustechnology.com>)
List pgsql-general
On Tue, Jun 29, 2010 at 4:04 PM, Geoffrey <lists@serioustechnology.com> wrote:
> So running the following command:
>
> dropdb -p 5443 swr
>
> I get:
>
> dropdb: could not connect to database postgres: FATAL:  database "postgres"
> does not exist
>
> Why is it not 'seeing' the database name I'm passing to it?  Why is it
> trying to drop a database named postgres??

It's not. It's trying to log into the postgres database to execute the
command.   Try logging into the database via psql you want to issue
the 'drop database' sql FROM (usually template1 / postgres) and do the
drop database yourself. You can't drop the database you are logged in
to.

merlin

pgsql-general by date:

Previous
From: Geoffrey
Date:
Subject: dropdb weirdness
Next
From: Adrian Klaver
Date:
Subject: Re: dropdb weirdness