Re: [ADMIN] Still big problems with pg_dump!

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: [ADMIN] Still big problems with pg_dump!
Дата
Msg-id 20020917111944.R27778@mail.libertyrms.com
обсуждение исходный текст
Ответ на Re: [ADMIN] Still big problems with pg_dump!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: [ADMIN] Still big problems with pg_dump!
Следующее
От: Darren Ferguson
Дата:
Сообщение: Re: Copying table to another database.