Re: Failure to recognise new database

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Failure to recognise new database
Дата
Msg-id 3A14DB93.F25E782@alumni.caltech.edu
обсуждение исходный текст
Ответ на Failure to recognise new database  (Grant Finnemore <gaf@ucs.co.za>)
Ответы Re: Failure to recognise new database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Grant Finnemore
Дата:
Сообщение: Failure to recognise new database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Failure to recognise new database