Re: [ADMIN] pg_dump version conflict

2003-03-26 Thread Robert Treat
Well 7.1 was released what, 2 years ago? In that amount of time the hosting company never had to bring up another machine where it could have offered a newer version of PostgreSQL? Have they never upgraded their OS either? Robert Treat On Tue, 2003-03-25 at 18:16, Vincent Janelle wrote: > Eith

Re: [ADMIN] pg_dump version conflict

2003-03-26 Thread Andrew Sullivan
On Wed, Mar 26, 2003 at 12:36:14PM -0800, Tom Haddon wrote: > through - if "sort" wasn't installed, god knows what else wasn't. I know what that is like. Our production environment explicitly forbids compilers (among other things), so we can't build the software there. We therefore build a bin

[ADMIN] pg_dump version

2002-02-06 Thread Manav
When I try to use pg_dump or pg_dumpall (even with the -i option) I get a version mismatch error. It says my DB is 7.1 and the pg_dump(all) utility is a 7.0 release. How can I upgrade these utilities without upgrading my DB engine? where can I find the binaries/source? thanks sonny -