Matthew Hixson <hixson@xxxxxxxxxxxxxxxx> writes: > What's the best way to import an Oracle database into Postgres? I'm > using Oracle 8.1 and Postgres 8.1.1. Look in contrib/oracle/ for some conversion tools. I've never used 'em and don't know if they're any good, but it's a starting point anyway. Also I think you can find advice on some of the PG-related websites such as techdocs. regards, tom lane