| From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: [GENERAL] Still big problems with pg_dump! |
| Date: | 2002-09-17 15:19:44 |
| Message-ID: | 20020917111944.R27778@mail.libertyrms.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin pgsql-general pgsql-hackers pgsql-novice |
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(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Darren Ferguson | 2002-09-17 15:26:26 | Re: Copying table to another database. |
| Previous Message | Andrew Sullivan | 2002-09-17 15:11:47 | Re: [GENERAL] Still big problems with pg_dump! |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Darren Ferguson | 2002-09-17 15:26:26 | Re: Copying table to another database. |
| Previous Message | Andrew Sullivan | 2002-09-17 15:11:47 | Re: [GENERAL] Still big problems with pg_dump! |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-09-17 15:36:40 | Re: Proposal for resolving casting issues |
| Previous Message | Rod Taylor | 2002-09-17 15:19:32 | Re: Bug: COPY IN doesn't test domain constraints |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Duncan Adams (DNS) | 2002-09-17 15:47:13 | Problems understanding functions. |
| Previous Message | Andrew Sullivan | 2002-09-17 15:11:47 | Re: [GENERAL] Still big problems with pg_dump! |