Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: pgAdmin III truncates numeric values in edit mode


  • From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
  • To: "Masoud Taherkhani" <mtaherkhani(at)yahoo(dot)com>, <pgadmin-support(at)postgresql(dot)org>
  • Subject: Re: pgAdmin III truncates numeric values in edit mode
  • Date: Thu, 28 Aug 2003 15:58:45 +0100
  • Message-id: <03AF4E498C591348A42FC93DEA9661B844B539(at)mail(dot)vale-housing(dot)co(dot)uk>

Title: Message
Hi,
 
I can repeat this problem, and having looked into it, I think it's a wxWindows bug. I'll add it to the bugs list.
 
Thanks for the report.
 
Regards, Dave.
-----Original Message-----
From: Masoud Taherkhani [mailto:mtaherkhani(at)yahoo(dot)com]
Sent: 27 August 2003 15:25
To: pgadmin-support(at)postgresql(dot)org
Subject: [pgadmin-support] pgAdmin III truncates numeric values in edit mode

Hi:
 
1- I created the following table in pgAdmin III :
 
CREATE TABLE public.test (

exchng_rt numeric);

2- Then inserted a record in the table using

INSERT INTO test VALUES (1.5151515151515151515151515152);

3- SELECT * FROM test; returned correct data.

4- Then I right clicked on test table and selected View Data.

5- I double clicked on exchng_rt field but didn't make any changes. It changed the value to 1.515152

6- SELECT * FROM test; returned 1.515152

FYI, I am using Windows 2000 Professional, pgAdmin III Version 0.9.0 BETA 1 (Aug 6 2003) English version.

Thanks,

Masoud Taherkhani



Post your free ad now! Yahoo! Canada Personals


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group