On Thursday 01 April 2004 16:56, mike wrote: > I have just upgraded froom Fedora test1 to test2 which has upgraded > postgres version from 7.4.2 to 7.4.5 (frrom rpm -q) Clever, since 7.4.5 hasn't been released yet. If that's actually what it says, consider getting in touch with the packager, it should probably be 7.4.2-5. Oh, between minor versions (e.g. 7.4.1 => 7.4.99) you don't need to dump/restore, you can leave the files in-place. It's only when you go from 7.4 to 7.5 you need to dump/restore. > I have used pg_dumpall to dump my database, the restore appeared to go > OK, except there is no data in two of my tables (only these two) You don't have to restore into a database, you can just redirect stdout to a file: pg_restore --table=tb_invoice_header mydumpfile > dump-invoice-headers.txt You can manually import this using psql then. I'm a little puzzled as to how this can happen without any error messages though - might you have missed one? -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly