Re: How much work is a native Windows application?

From: Barry Lind <barry(at)xythos(dot)com>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jan Wieck <janwieck(at)yahoo(dot)com>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How much work is a native Windows application?
Date: 2002-05-09 16:44:14
Message-ID: 3CDAA75E.1000307@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mlw wrote:
> Can a cygwin version of PostgreSQL see the native file system, like: C:\My
> Database, D:\postgres?

Sort of. C:\My Database
becomes /cygdrive/c/My Database
under cygwin. So the path names need to be munged, but you can access
the entire windows filesystem from within cygwin.

--Barry

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2002-05-09 17:00:31 Re: How much work is a native Windows application?
Previous Message Jan Wieck 2002-05-09 16:37:16 Re: How much work is a native Windows application?