On Mon, Feb 18, 2008 at 06:35:11PM -0300, Alvaro Herrera wrote: > Bruce Momjian escribió: > > Magnus Hagander wrote: > > > > For the case of upgrading, it wouldn't work. But there are certainly > > > other cases where it would help. Say from your central pgadmin console > > > administering 10 servers from 3 different major release trees :-( > > What's wrong with providing statically-linked pg_dump-8.2, pg_dump-8.3 > and so on, and asking the user which one to use (depending on the target > server version)? Other than the much-increased work in building things, probabliy nothing. (The package would be noticably larger as well, of course, but that shuouldn't be a big problem today). //Magnus ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match