Re: Help needed.

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: "Naveen Kaul" <naveenk(at)systelinc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help needed.
Date: 2002-05-27 22:48:59
Message-ID: 20020527184859.74b4fceb.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 27 May 2002 16:04:49 +0530
"Naveen Kaul" <naveenk(at)systelinc(dot)com> wrote:
> Hi there,
>
> I have a problem with postgres.

What version of PostgreSQL is this? (do "select version();")

> One of my table hold about 65,000 records. If I use the simple
> select * on this table, the pgadmin tool hangs and the postgres
> throws up the following exception.

<snip>

Can you get a stack backtrace? (rebuild with debugging enabled, get
the backend to crash, and run gdb on the core-file that will be
produced).

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug Fields 2002-05-27 23:18:02 Re: is there any backend (server) timeout
Previous Message Larry Rosenman 2002-05-27 22:15:28 Re: Altering existing table to be WITHOUT OIDs