Re:

From: Teruel Tony <teruel_tony(at)excite(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2000-04-25 20:53:42
Message-ID: 23452015.956696022197.JavaMail.imail@almond.excite.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

The query is simple:

select count(*) from table;

I have the same error message with almost all queries,
I'm trying to debug what's new on that table (data)
because it was working fine..

The version I'm using:

PostgreSQL 6.5.3 on i586-pc-linux-gnu, compiled by gcc egcs-2.91.66

The table:

+----------------------------+----------------------------+------+
| Field | Type |Length|
+----------------------------+----------------------------+------+
| dfoclave | int4 not null | 4 |
| dfoforo | int4 not null | 4 |
| dfopadre | int4 | 4 |
| dfonombre | varchar() | 80 |
| dfotitulo | varchar() | 80 |
| dfofecha | timestamp not null | 4 |
| dfotexto | text | var |
+----------------------------+----------------------------+------+

On Tue, 25 Apr 2000 15:20:55 -0400, Mike Mascari wrote:
> Please post the query, the definition of the tables the query is
> accessing and the version of PostgreSQL you are using. You are
> tickling a bug. That message means the backend crashed while
> executing your query. Right off hand I would sugguest testing the
> same query with 7.0RC1 from ftp.postgresql.org to see if the
> error still exists in the about-to-be newest release.
> Hope that helps,
> Mike Mascari

Have an excellent day
teruel(at)excite(dot)com
Mexico

_______________________________________________________
Get 100% FREE Internet Access powered by Excite
Visit http://freelane.excite.com/freeisp

Responses

  • Re: at 2000-04-26 02:28:47 from Mike Mascari
  • Re: at 2000-04-26 05:48:57 from Jeffrey

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2000-04-25 22:23:15 Re: plpgsql FOR <select> LOOP question
Previous Message Ed Loehr 2000-04-25 19:43:54 Re: