Max Bowsher schrieb: > Reini Urban wrote: >>> Well, postgresql is currently one big monolithic package. >>> To make dependencies easier, I could provide the cygpg.dll client lib >>> in a seperate libpg8 package, so that you could talk to a remote >>> postgresql server at least. >>> ok? > > This would certainly improve the situation. > > However: > > cygpq.dll in libpq8 ?? > > that sounds wrong to me. Surely it should be cygpq8.dll in libpq8, or > cygpq.dll in libpq ?
It will be libpg4 :) They did fewer client lib changes and no name versioning. See and answer in the seperate postgresql layout thread please. For now I will stay with cygpg.dll and add named versions (cygpg-3.dll for 7.x, cygpg-4.dll for 8.x) when simultanous servers will be supported. -- Reini
