Re: Problem with 'postgres' db with 8.0 on a MacBook - Mailing list pgsql-general

From Markus Schiltknecht
Subject Re: Problem with 'postgres' db with 8.0 on a MacBook
Date
Msg-id 44871150.9060507@bluegap.ch
Whole thread Raw
In response to Problem with 'postgres' db with 8.0 on a MacBook  (Jonathon McKitrick <jcm@FreeBSD-uk.eu.org>)
Responses Re: Problem with 'postgres' db with 8.0 on a MacBook
List pgsql-general
Hi Jonathon,

Jonathon McKitrick wrote:
> : # psql template1 -c "CREATE DATABASE test;"
>
> CREATE DATABASE
>
> is the result.

Looks good. Can you connect to that database then?

> : What does psql -l say?
>
> FATAL: database 'postgres' does not exist

As Tom said: check if you are really calling you self-compiled binaries:

# which pgsql

Markus

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Backslash problems with 8.1.4
Next
From: "Tim Hart"
Date:
Subject: Re: What are the characteristics of a good user-defined data type?