Re: [ADMIN] Still big problems with pg_dump! - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: [ADMIN] Still big problems with pg_dump!
Date
Msg-id 20020917111944.R27778@mail.libertyrms.com
Whole thread Raw
In response to Re: [ADMIN] Still big problems with pg_dump!  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, Sep 17, 2002 at 11:08:46AM -0400, Tom Lane wrote:

> This should be producing a core file in your database directory
> ($PGDATA/base/yourdboid/).  With gdb you'd do
>     gdb /path/to/postgres-executable /path/to/corefile
>     gdb> bt
>     gdb> quit
> I don't remember the equivalent incantations with Solaris' debugger.

I think it's

adb /path/to/postgres-executable /path/to/corefile
$c

[or]

$C

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: [ADMIN] Still big problems with pg_dump!
Next
From: Darren Ferguson
Date:
Subject: Re: Copying table to another database.