Re: pgAdmin Query Tool hangs when working with GIS data

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: pgAdmin Query Tool hangs when working with GIS data
Дата
Msg-id 4D12844B.7040706@lelarge.info
обсуждение исходный текст
Ответ на Re: pgAdmin Query Tool hangs when working with GIS data  (Dave Page <dpage@pgadmin.org>)
Ответы Re: pgAdmin Query Tool hangs when working with GIS data  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-support
Le 22/12/2010 10:26, Dave Page a écrit :
> On Wed, Dec 22, 2010 at 10:15 AM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>> Le 22/12/2010 09:47, Dave Page a écrit :
>>> Guillaume; do we have a limit on the size of data we'll store in the
>>> history file? We've seen 3 or 4 reports like this.
>>>
>>
>> The Options dialog says yes (1024 characters). But, AFAICT from reading
>> the source code, we don't use it :-/ I was sure we did. Will fix it today.
> 
> Oops.
> 

I looked a bit more at this issue. We use the option. The flow of
operations is:* put the query in the combobox and the file* execute the query* if the query fails, delete it from the
comboboxand the file* if it's bigger than the max size, delete it from combobox and file
 

The reasoning behind all this is to still be able to look at your query
if it crashes pgAdmin. So you don't have to type it again. You just need
to select it in the combobox and fix it.

It has its downside, for example when pgAdmin freezes and the query is
bigger than the max size, at restart, pgAdmin will try to put that huge
line in the combobox. Which probably doesn't please wxWidgets (and for
good reasons).

One way to fix the issue is to make sure we don't try to put a 14MB line
in the combobox.

Comments?


-- 
Guillaumehttp://www.postgresql.frhttp://dalibo.com


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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Login in pgAdmin as another user
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin Query Tool hangs when working with GIS data