Обсуждение: Starting postmaster

Поиск
Список
Период
Сортировка

Starting postmaster

От
chamal desilva
Дата:
Hi,

     i installed postgresql with rpm files. But i did not
get the /usr/local/pgsql/data dierectory to start the
postmaster. please help.

            Chamal.

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

Re: Starting postmaster

От
Doug McNaught
Дата:
chamal desilva <chamalsl@yahoo.com> writes:

> Hi,
>
>      i installed postgresql with rpm files. But i did not
> get the /usr/local/pgsql/data dierectory to start the
> postmaster. please help.

It gets put in /var/lib/pgsql/data by the RPM install.

You don't have to do anything special--just do

/etc/init.d/postgresql start

as root and it will initdb for you (the first time, not every time of
course).

-Doug