Re: pg_dump Segmentation fault(core dumped)

Gena Gurchonok <gena@rt.mipt.ru>

From: Gena Gurchonok <gena@rt.mipt.ru>
To: "Vadim I. Passynkov" <pvi@axxent.ca>
Cc: "pgsql-bugs@postgresql.org" <pgsql-bugs@postgresql.org>
Date: 2001-02-26T19:01:37Z
Lists: 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