| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Carlo Florendo" <fcarlo(at)ntsp(dot)nec(dot)co(dot)jp> |
| Cc: | "Samik Raychaudhuri" <samik(at)cae(dot)wisc(dot)edu>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Install postmaster as service in win2K |
| Date: | 2002-02-20 15:11:31 |
| Message-ID: | 196.1014217891@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Carlo Florendo" <fcarlo(at)ntsp(dot)nec(dot)co(dot)jp> writes:
> I was trying to install postgres as a service in win2k It was both successful and unsuccessful.
> Successful in the sense that I could connect to the server (coolio.ntsp.nec.co.jp) from another machine by running
> "psql -d test -h coolio.ntsp.nec.co.jp"
> Unsuccessful in the sense that when I connect locally by
> "psql -d test"
> I get this error message:
> connectDBstart() -- connect() failed: No such file or directory
> Is the postmaster running locally
> and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
Try
psql -d test -h localhost
Not sure why libpq isn't set up to do that by default on platforms where
there is no Unix-socket support. Anyone want to submit a patch?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Eckermann | 2002-02-20 15:15:49 | Re: execute permissions of stored procedures? |
| Previous Message | Tom Lane | 2002-02-20 14:56:45 | Re: upgrade to 7.2 & pgdumpall |