--- Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Michael Mauger writes:
>
> > Emacs is not a Cygwin (Un*x emulation on Windows) executable (like
> > psql is)
>
> Why don't you use the native Windows version of psql?
>
The Cygwin setup program makes pre-built binaries of postgres readily
available on Windows. (In fact, using this version is encouraged in the
Postgres for Windows installation notes.) A native Windows version would
not work either since the isatty() implementation there will only
recognize a Command Prompt window as a tty.
-- Michael
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
In response to
pgsql-hackers by date
| Next: | From: Mark Wong | Date: 2003-11-02 01:58:07 |
| Subject: Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5 |
| Previous: | From: Robert Treat | Date: 2003-11-02 00:54:39 |
| Subject: Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5 |
pgsql-patches by date
| Next: | From: Manfred Spraul | Date: 2003-11-02 18:40:29 |
| Subject: SIGPIPE handling, take two. |
| Previous: | From: Peter Eisentraut | Date: 2003-11-01 21:34:26 |
| Subject: Re: Proposal: psql force prompting on notty |