Re: pg_dump Segmentation fault(core dumped)

From: Gena Gurchonok <gena(at)rt(dot)mipt(dot)ru>
To: "Vadim I(dot) Passynkov" <pvi(at)axxent(dot)ca>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: pg_dump Segmentation fault(core dumped)
Date: 2001-02-26 19:01:37
Message-ID: 1141068733.20010226220137@rt.mipt.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-02-27 03:34:05 Re: Intermittent Regression test failure in create_misc
Previous Message John Foderaro 2001-02-26 18:59:17 count() bug in trivial self join