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
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
Hi. What is the best way to check a pgdump
without doing a restore?
Thanks,
Janet