Re: Failure to recognise new database

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Grant Finnemore <gaf(at)ucs(dot)co(dot)za>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Failure to recognise new database
Date: 2000-11-17 07:17:39
Message-ID: 3A14DB93.F25E782@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-17 07:35:08 Re: Failure to recognise new database
Previous Message Grant Finnemore 2000-11-17 06:37:33 Failure to recognise new database