Re: Failure to recognise new database - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Failure to recognise new database
Date
Msg-id 3A14DB93.F25E782@alumni.caltech.edu
Whole thread Raw
In response to Failure to recognise new database  (Grant Finnemore <gaf@ucs.co.za>)
Responses Re: Failure to recognise new database  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Is it just me?

I'm pretty sure I saw something similar on a newly initialized database.

The sequence was:

initdb
postmaster -i -o -F
createdb
psql
(database "thomas" not found)
psql template1
\d
(see "thomas")
psql
(database "thomas" found just fine)
                   - Thomas


pgsql-hackers by date:

Previous
From: Grant Finnemore
Date:
Subject: Failure to recognise new database
Next
From: Tom Lane
Date:
Subject: Re: Failure to recognise new database