On Sun, Jan 05, 2014 at 07:26:29PM -0800, Christophe Pettus wrote: > Greetings, > > For 4.5.0, what is the earliest PostgreSQL version that is > known to work? Is 8.2 compatible?
The barest is still 8.1 for most things, I think. However, the new foreign-key tracking code uses array_agg, so that will push the minimum to 8.4. Since that code doesn't really do anything yet, you could easily modify it to work with older versions. There may be other issues with 8.2; I haven't tested it in a while. -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
