Chris Faulkner writes:
> I am using postgres on Linux and cygwin. ARe the database files in PGDATA
> compatible between the two platforms ?
The internal layout of database files depend mostly on your compiler
(regarding struct layout), CPU (endianness, etc.), and configuration
options (block size, etc.). If you're sure you have all those the same
you can try it.
--
Peter Eisentraut peter_e@gmx.net