Re: backend closing connections while executing... - Mailing list pgsql-general

From Karel Zak
Subject Re: backend closing connections while executing...
Date
Msg-id Pine.LNX.3.96.1010126014437.475A-100000@ara.zf.jcu.cz
Whole thread Raw
In response to backend closing connections while executing...  (Anand Raman <araman@india-today.com>)
List pgsql-general
On Thu, 25 Jan 2001, Anand Raman wrote:

> hi guys
>
> While executing a simple query my the psql session reports that the
> session has closed abnormally..
>
> Can any one point out why .. The sample sql query is as follows..
>
> Also when i do a query as simple as
> arttoday=# select ltrim(to_char(exh_dist.length,'9999D99')) from exhibit_distributions exh_dist
> the backend closes abnormally..
>

 It can be a to_char() problem. Can you send "crash" query directly with
data? What go into function to_char()? (select exh_dist.length from
exh_dist).

 PG version? Are you use locales?

        Karel


pgsql-general by date:

Previous
From: "Valter Mazzola"
Date:
Subject: Re: Connection pooling
Next
From: adb
Date:
Subject: how do I test conditions inside a stored procedure/function