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