On Mon, Aug 17, 2009 at 3:26 PM, Anj Adu<[email protected]> wrote: > Hi > > We are certifying a postgres 8.4 version on a 64 bit platform. We also > need to support 32 bit. Can we dump the schema from the 64 bit install > and import that with a 32 bit install ?
Yes. It's only the on-disk representation that's incompatible between different versions / architectures. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
