Re: Problem running native windows Postgres 8 pg_dump etc on cygwin from bash

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <laurie(dot)burrow(at)powerconv(dot)alstom(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem running native windows Postgres 8 pg_dump etc on cygwin from bash
Date: 2005-01-14 14:51:16
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE4765FF@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You should run the Cygwin tools from Cygwin. They work fine against a
native backend.

//Magnus

> -----Original Message-----
>
> I have many database build scripts written for cygwin bash.
> These scripts use the cygwin port of postgres 7.4 and its
> client tools like psql, pg_dump etc.
> I have modified my bash scripts to use the Postgres 8 native
> windows tools.
> Unfortunately these bash scripts don't seem to work.
>
> Some example resutls of native windows Postgres 8 commands
> run in cygwin
> bash:
>
> pg_dump --version - spools back a database dump as if pg_dump is
> running using default (no) parameters. The same command in a
> DOS window works fine.
> psql -- version - does not return and a ^C required to kill
> psql - returns the default interactive session
>
> Can anyone throw any light on this as I really don't want to
> have to rewrite all my scripts into DOS batch files
>
> Any help would be much appreciated.
>
> Laurie
>
>
> :.________________
> CONFIDENTIALITY : This e-mail and any attachments are
> confidential and may be privileged. If you are not a named
> recipient, please notify the sender immediately and do not
> disclose the contents to another person, use it for any
> purpose or store or copy the information in any medium.
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to
> majordomo(at)postgresql(dot)org)
>

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-01-14 15:21:33 Re: OID Usage
Previous Message Tony Caduto 2005-01-14 14:40:53 Re: Version Control Software for Database Objects