Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: pg_dump on 7.4




We have a running postgresql 7.4 on our server (SuSE Linux 9), and at the moment there is no chance to upgrade. Through an unusual combination of constraints (spanning over schemas) the dump cannot be imported without errors anymore.

Try using an 8.0 or 8.1 pg_dump with the 7.4 server.  7.4's pg_dump is
not very bright about dumping things in the right order.  If it still
doesn't work with a modern pg_dump, please show details.

			regards, tom lane

Right, this is the exact problem, it works with pg_dump of postgresql 8. But I need the pg_dump on the server itself, Therefore I need a statically compiled version (because I can't upgrade to the whole postgresql 8)

Does anyone know where to find statically compiled binaries?


regards,
Jürgen





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group