Russ Schneider <[EMAIL PROTECTED]> writes: > I need to transfer a dump from a psql 7.3 database to a 7.2 database. > Is there any way to do this?
You will have to do some manual hacking on the schema declarations, almost certainly. I'd recommend dumping the schema and data separately so that the schema file is small enough to edit manageably. Once you have a schema that loads into the 7.2 database, the data should follow easily. [ tries, and fails, to avoid making this comment... ] Your time would probably be more profitably invested on updating the 7.2 installation to 7.3. See the 7.3 release notes for reasons why. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend