On Tue, Apr 10, 2007 at 12:18:52PM +0200, Magnus Hagander wrote: > On Tue, Apr 10, 2007 at 09:52:52AM +0100, Dave Page wrote: > > Magnus Hagander wrote: > > > 2) Create a new file with a specific schema. Something like: > > > <version> > > > <version major="8.2" minor="8.2.3" /> > > > <version major="8.1" minor="8.1.8" /> > > > </version> > > > This is the most lightweight solution. > > > > More like: > > > > <versions> > > <version major="8" minor="2" revision="3" /> > > <version major="8" minor="1" revision="8" /> > > </versions> > Ok, I've added one of these as well now, alongside the RSS feed. You can get the pg specific XML file at: http://www.postgresql.org/versions.xml If someone wants the schema change, react *now*. Later on we can only append to it, and not change it :) //Magnus