Re: pg_dump Segmentation fault(core dumped) - Mailing list pgsql-bugs

From Gena Gurchonok
Subject Re: pg_dump Segmentation fault(core dumped)
Date
Msg-id 1141068733.20010226220137@rt.mipt.ru
Whole thread Raw
In response to pg_dump Segmentation fault(core dumped)  ("Vadim I. Passynkov" <pvi@axxent.ca>)
List pgsql-bugs
Hello

> pg_dump -o mydb
> ...
> What it means, and how realy dump database.

To dump:
pg_dump -o mydb > dump_file

To restore:
createdb mydb
psql mydb <dump_file


Gena

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Intermittent Regression test failure in create_misc
Next
From: Tom Lane
Date:
Subject: Re: Intermittent Regression test failure in create_misc