core dump in psql (Is it a bug?)

Поиск
Список
Период
Сортировка
От Ludwig Lim
Тема core dump in psql (Is it a bug?)
Дата
Msg-id 20021115095047.6249.qmail@web80309.mail.yahoo.com
обсуждение исходный текст
Ответы Re: core dump in psql (Is it a bug?)
Список pgsql-novice
Hi:

  The following commands generate a core dump in psql.

loyalty# BEGIN;
loyalty# UPDATE sc_add_points
loyalty# SET transtime = trunc(transtime/100);
loyalty# Function 'trunc(int4)' does not exist
         -- (followed by some other messages)--

         -- After this I accidentally typed the
         -- following instead of doing a "ROLLBACK"

loyalty# \df trunc
NOTICE : current transaction aborted.....
Floating point exception (core dumped)


Some other info
version :  PostgreSQL 7.2.2 on i686-pc-linux-gnu,
compiled by GCC 2.96
OS :       RedHat Linux 7.1

Thank you in advance,
ludwig lim

PS : I don't know where to post this question since
i'm not yet sure if it is a bug. On what appropriate
list should I post messages such as this one.

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Karthick V"
Дата:
Сообщение: Data Transfer from Postgresql to Sybase
Следующее
От: Joel Rodrigues
Дата:
Сообщение: Re: using functions to generate custom error messages