Re: [GENERAL] pqReadData() -- backend closed the channel unexpect edly.

From: "Ludovico Magnocavallo" <ludo(at)experian(dot)it>
To: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>, <pgsql-general(at)postgreSQL(dot)org>
Cc: "PGSQL SQL" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] pqReadData() -- backend closed the channel unexpect edly.
Date: 1999-02-09 17:30:57
Message-ID: 004f01be5451$f4b158a0$140aa8c0@deskproludo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Thanks a lot for your suggestion, that in fact gets me through the loop.
Only problem is, I need to group by origine and get that sum(bytes) and by
destinazione and get that sum(bytes). They are different. Your statement
only groups for origine (in fact it groups by address, which is non-existent
in the day table, and gets me null values).
In the meantime, I have discovered that the number of queries is irrelevant
to the crash, the crash happens in the INSERT statement when the datetime
field is set to 12:00:00 or 12:59:59 or whatever, but always at 12.

Ludo

Browse pgsql-general by date

  From Date Subject
Next Message Klaas Talsma 1999-02-09 18:06:37
Previous Message Hans Deragon 1999-02-09 17:20:39 subscribe pgsql-general

Browse pgsql-sql by date

  From Date Subject
Next Message Jackson, DeJuan 1999-02-09 20:16:01 RE: [GENERAL] pqReadData() -- backend closed the channel unexpect edly.
Previous Message Jackson, DeJuan 1999-02-09 17:15:05 RE: [GENERAL] pqReadData() -- backend closed the channel unexpect edly.