Re: backend closing connections while executing...

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: backend closing connections while executing...
Дата
Msg-id Pine.LNX.3.96.1010126014437.475A-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на backend closing connections while executing...  (Anand Raman <araman@india-today.com>)
Список 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 по дате отправления:

Предыдущее
От: "Valter Mazzola"
Дата:
Сообщение: Re: Connection pooling
Следующее
От: adb
Дата:
Сообщение: how do I test conditions inside a stored procedure/function