Re: Starting postmaster - Mailing list pgsql-general

From Doug McNaught
Subject Re: Starting postmaster
Date
Msg-id m3vfy91vs6.fsf@varsoon.wireboard.com
Whole thread Raw
In response to Starting postmaster  (chamal desilva <chamalsl@yahoo.com>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Function returning SETOF RECORD]
Next
From: Joe Conway
Date:
Subject: Re: Returning an array form a function