Re: Problem to use remote cygwin server using ssh and native psql 8.3.5

From: Jukka Inkeri <pg(at)awot(dot)fi>
To: pgsql-general(at)postgresql(dot)org
Cc: Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: Problem to use remote cygwin server using ssh and native psql 8.3.5
Date: 2009-11-09 05:15:22
Message-ID: 0ac0778e9b88a768f40f77876d78d23d88ef7703@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>
> The native psql is written for Windows, not for Cygwin. You really
> shouldn't be using it there... If you are using Cygwin, you should be
> using a Cygwin psql.exe.
>
>

PG pages says: use native, not cygwin version anymore. It's not problem
if it's "windows" binary, you can use many native binary commands in
cygwin, ex. java. psql termio is the problem. If I translate 8.4.1 using
gcc, those binary not work also.

Psql not work. It works, if you set -f - = stdin, but then you not get
command prompt and that kind of psql output.

My scripts works now, after I use win binary psql with flag -f, just as
I said in my own answer.

-jukka-

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-11-09 06:27:08 Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.
Previous Message Tim Uckun 2009-11-09 04:08:46 Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.