Hi James, At 11:29 23-04-2004, Montz, James C. (James Tower) wrote:
Anyone know how to import just a single database from PostgreSQL?
You can import the data if you have a dump.
The issue I have, is that I did not have a pg_dump of a client database. I can access the data by mounting the drives on another Linux system, and get the PostgresSQL files, but I am not having much luck on importing this data to the destination backup raq.
Find out which version of Postgresql was being used. Install it on the Linux system. Copy the data tree so that Postgresql can see it. Dump the database you want to import.
Regards,-sm