Thread: opening postgres from remote host

opening postgres from remote host

From
"Deepti Chadha"
Date:
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

From
"Kent L. Nasveschuk"
Date:
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>