Re: dropdb weirdness

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Geoffrey <lists(at)serioustechnology(dot)com>
Subject: Re: dropdb weirdness
Date: 2010-06-29 20:22:47
Message-ID: 201006291322.48287.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 29 June 2010 1:04:27 pm Geoffrey 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 needs to connect to the database cluster to run the DROP DATABASE command and
is trying to use the system database postgres. Did you drop the postgres
database? Does the user you are connecting as have the permissions to postgres?

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-06-29 21:00:30 Re: dropdb weirdness
Previous Message Merlin Moncure 2010-06-29 20:20:26 Re: dropdb weirdness