On Sat, Jul 15, 2017 at 02:23:44PM +0000, Grant Edwards wrote > It's not just the kernel. If you want to avoid the 32-bit time > problem, then you need to re-install all of the user-space librairies > and binary exectuables that use the time() libc function.
I believe that postgresql 32-bit is different internally from 64-bit. You have to do a dump+restore or some other form of data copy or synch. You cannot take the 32-bit data tables and run under 64-bit postgresql (or visa versa). -- Walter Dnes <[email protected]> I don't run "desktop environments"; I run useful applications

