From: | Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com> |
---|---|
To: | PostgreSQL Mailing List <pgsql-novice(at)postgresql(dot)org> |
Subject: | core dump in psql (Is it a bug?) |
Date: | 2002-11-15 09:50:47 |
Message-ID: | 20021115095047.6249.qmail@web80309.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Rodrigues | 2002-11-15 12:51:34 | Re: using functions to generate custom error messages |
Previous Message | Karthick V | 2002-11-15 09:09:20 | Data Transfer from Postgresql to Sybase |