Reputation: 1
Pardon my ignorance.
Is it possible to use the WAL files generated by Postgresql compiled from source (version 8.3.5) by an Ubuntu Postgresql package (8.3.4)?
Thanks in advance.
Upvotes: 0
Views: 96
Reputation:
It depends on compilation options.
Generally - is it the same architecture (same os, 32/64 bit?), and is "integer datetimes" set to the same value on both postgreses? if yes - it should work.
Upvotes: 1