Re: [ADMIN] Cannot install postgreSQL

Поиск
Список
Период
Сортировка
От Roman Kurmanowytsch
Тема Re: [ADMIN] Cannot install postgreSQL
Дата
Msg-id Version.32.20000307193454.00db7350@193.170.75.21
обсуждение исходный текст
Ответ на Re: [ADMIN] Cannot install postgreSQL  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: [ADMIN] Cannot install postgreSQL
Список pgsql-admin
Oliver,

>There is no database called "romkur", because you haven't yet created it.
>
>When initdb is run, it creates a database called template1; this is the
>only database that exists until you create some more.
>
>When you try to connect as a database user, postgres assumes you want
>your eponymous database, unless you tell it different.  So tell it
>you want to connect to template1.

Sorry, I don't get it.

From the postgresql-6.5.2/INSTALL file:
------------------------------------------------------
...
18. $ initdb...
19. Set up permissions to access the database...
20. Briefly test that the backend will start and
    run by running it from the command line.
    a. Start the postmaster daemon running in the
       background by typing
       $ cd
       $ nohup postmaster -i > pgserver.log 2>&1 &
    ...
------------------------------------------------------

And at this point it crashes. I'm not able to run the postmaster to create
a new db (or access an old one). I am not trying to run psql (which needs
the db name it should access).


Cheers,

Roman

--
Roman Kurmanowytsch
Vienna, Austria
e-mail:   romank@infosys.tuwien.ac.at
icq:      55302169
pgp, www: http://stud4.tuwien.ac.at/~e9327324/


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

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [ADMIN] Cannot install postgreSQL
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [ADMIN] Cannot install postgreSQL