Re: How much work is a native Windows application? - Mailing list pgsql-hackers

From Barry Lind
Subject Re: How much work is a native Windows application?
Date
Msg-id 3CDAA75E.1000307@xythos.com
Whole thread Raw
In response to Re: How much work is a native Windows application?  (Jan Wieck <janwieck@yahoo.com>)
List 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




pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: How much work is a native Windows application?
Next
From: Christopher Browne
Date:
Subject: Re: How much work is a native Windows application?