Re: [pgadmin-support] scroll bar problems after pasting text into t he sql query tool

2007-10-15 Thread Dave Page
> --- Original Message --- > From: "Belbin, Peter" <[EMAIL PROTECTED]> > To: pgadmin-support@postgresql.org > Sent: 15/10/07, 17:20:37 > Subject: [pgadmin-support] scroll bar problems after pasting text into the > sql query tool > > I noticed the other day that when pasting sql query te

[pgadmin-support] scroll bar problems after pasting text into the sql query tool

2007-10-15 Thread Belbin, Peter
I noticed the other day that when pasting sql query text into the sql query editor, and then grabbing the horizontal scroll bar and moving it all the way over to the right, that the end of the sql query text I'd just pasted in was not being shown. It seems that the scroll bar was only scrolling ba

Re: [pgadmin-support] Grid editor crash during row insert

2007-10-15 Thread Dave Page
Alexander Kirpa wrote: > On 15 Oct 2007, at 9:58, Dave Page wrote: > >> Alexander Kirpa wrote: >>> >>> Crash again. >>> >>> Version 1.8.0 RC1 (Oct 9 2007, rev: 6725) >>> The instruction at "0x0058b778" referenced memory at "0x031cc018". >>> The memory could not be "read". >>>

Re: [pgadmin-support] Grid editor crash during row insert

2007-10-15 Thread Alexander Kirpa
On 15 Oct 2007, at 9:58, Dave Page wrote: > Alexander Kirpa wrote: > > > > Crash again. > > > > Version 1.8.0 RC1 (Oct 9 2007, rev: 6725) > > The instruction at "0x0058b778" referenced memory at "0x031cc018". > > The memory could not be "read". > > > > During expanding DB tr

Re: [pgadmin-support] Grid editor crash during row insert

2007-10-15 Thread Dave Page
Alexander Kirpa wrote: >> I don't understand the problem. 12345678901234567890 is out of range >> for a bigint so should never be returned as one. Please provide a self >> contained test case to illustrate the problem. > Sorry. '12345678901234567890' should by '1234567890123456789' for sample > onl