Re: psql won't start

Поиск
Список
Период
Сортировка
От Gerhard Kroder
Тема Re: psql won't start
Дата
Msg-id 3A0AB865.2145982B@de.ibm.com
обсуждение исходный текст
Ответ на Re: psql won't start  (Thomas Good <tomg@q8.nrnet.org>)
Ответы Re: psql won't start
Список pgsql-novice
Thomas Good wrote:
>
> On Thu, 9 Nov 2000, Diego A. Puertas F. wrote:

> > Now psql is not starting and throws the following message:
> >
> >  psql: FATAL 1:  Database "postgres" does not exist in the system catalog.
> >
> >
> > So, what's going on?
>
> Diego,
>
> You are missing an argument: the database name...
>
> $ psql <dbname>
> For exam:  $ psql template1


hmm, IMHO not necessarily. At least here psql connects to a default
database, which is template1 unless you set it otherwise....

My guess: there is no database at all, just the system. You need to
initialize one first (initdb). On my Debian System it gets initialized
when installing PostgreSQL from Debian Packages.


--
Gerhard Kroder

В списке pgsql-novice по дате отправления:

Предыдущее
От:
Дата:
Сообщение: shared memory blocks?
Следующее
От: "Robert D. Nelson"
Дата:
Сообщение: RE: psql won't start