Обсуждение: opening postgres from remote host

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

opening postgres from remote host

От
"Deepti Chadha"
Дата:
Please suggest how can we start the postgres from a remote machine. We are
using linux slackware as OS.

Deepti Chadha
Scientist B
Central Computer Facility
National Physical Laboratory
New Delhi

--
Open WebMail Project (http://openwebmail.org)


Re: opening postgres from remote host

От
"Kent L. Nasveschuk"
Дата:
I have Postgres 7.3.4 installed on a Slackware 9.0 system.

I start it from rc.local (/etc/rc.d/rc.local) with:

su postgres -c "/accounts/pg7.3.4/bin/pg_ctl -o '-i' -D
/accounts/pg7.3.4/data -l /accounts/pg7.3.4/logfile start"

Substitute the default location of your database which is usually
/usr/local/pgsql for my location /accounts/pg7.3.4

Kent N

On Thu, 2003-09-11 at 01:13, Deepti Chadha wrote:
> Please suggest how can we start the postgres from a remote machine. We are
> using linux slackware as OS.
>
> Deepti Chadha
> Scientist B
> Central Computer Facility
> National Physical Laboratory
> New Delhi
>
> --
> Open WebMail Project (http://openwebmail.org)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html
--
Kent L. Nasveschuk <kent@wareham.k12.ma.us>