Re: [pgadmin-support] pgAdmin III truncates numeric values in

2003-08-28 Thread Dave Page
> -Original Message- > From: Miha Radej [mailto:[EMAIL PROTECTED] > Sent: 28 August 2003 16:30 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] pgAdmin III truncates numeric values in > > > Hi! > > I was wondering, if one double clicks on a f

Re: [pgadmin-support] pgAdmin III truncates numeric values in

2003-08-28 Thread Miha Radej
[EMAIL PROTECTED] Subject: [pgadmin-support] pgAdmin III truncates numeric values in edit mode 5- I double clicked on exchng_rt field but didn't make any changes. It changed the value to 1.515152 Regards, Miha ---(end of broadcast)--- TI

Re: [pgadmin-support] pgAdmin III truncates numeric values in edit mode

2003-08-28 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 28 August 2003 16:10 > To: Dave Page > Cc: Masoud Taherkhani; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] pgAdmin III truncates numeric > values in edit mode > > &

Re: [pgadmin-support] pgAdmin III truncates numeric values in edit

2003-08-28 Thread Andreas Pflug
Dave Page wrote: 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. Fixed. When no numeric precision is specified, wxWindows will use its default of 6, which we don't like in this case. I rewrote this code, eliminating ano

Re: [pgadmin-support] pgAdmin III truncates numeric values in edit mode

2003-08-28 Thread Dave Page
ni [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 15:25To: [EMAIL PROTECTED]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_

Re: [pgadmin-support] pgAdmin III truncates numeric values in edit mode

2003-08-28 Thread Dave Page
2003 15:25To: [EMAIL PROTECTED]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 t

[pgadmin-support] pgAdmin III truncates numeric values in edit mode

2003-08-28 Thread Masoud Taherkhani
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 se