1. Removing OIDs on user tables.I don't see any dump or restore options to remove OIDs. Am I better off modifying the dump to alter the "SET default_with_oids = true;" lines or going through all the user tables in advance and running "ALTER TABLE ... SET WITHOUT OIDS"? Other options?
2. Alter encoding from C to utf8. Cheers, Steve