Re: [GENERAL] best way to check pgdump

2010-06-23 Thread Adrian Klaver
On Wednesday 23 June 2010 4:12:40 am Raymond O'Donnell wrote: > On 23/06/2010 04:52, Janet Jacobsen wrote: > > Hi. What is the best way to check a pgdump > > without doing a restore? > > If you used one of the binary formats for pg_dump, you can have > pg_restore list the contents without actually

Re: [GENERAL] best way to check pgdump

2010-06-23 Thread Raymond O'Donnell
On 23/06/2010 04:52, Janet Jacobsen wrote: > Hi. What is the best way to check a pgdump > without doing a restore? If you used one of the binary formats for pg_dump, you can have pg_restore list the contents without actually restoring the database. If you did a text dump, just look into the file

[GENERAL] best way to check pgdump

2010-06-22 Thread Janet Jacobsen
Hi. What is the best way to check a pgdump without doing a restore? Thanks, Janet