Re: import function's progress report

Поиск
Список
Период
Сортировка
От Quan Zongliang
Тема Re: import function's progress report
Дата
Msg-id 20081231195126.B0A2.4125B4E5@gmail.com
обсуждение исходный текст
Ответ на Re: import function's progress report  ("Dave Page" <dpage@pgadmin.org>)
Ответы Re: import function's progress report  (Magnus Hagander <magnus@hagander.net>)
Список pgadmin-hackers
> OK. Note that the different pages should be on a wxNotebook - don't
> use buttons to control the UI (we've - OK, I've - made that mistake
> before).


I use wxToolbook and writed a XML handler. Because I can not find method
to hide or disable tabs with wxNotebook.
The UI is controlled by "Back" and "Next" button. Only current page
enbled. This is easy to code (I am lazy -.-). It can be modified if need.
>
> The different sources should be on a single 'Source' tab. At the top
> of that tab, use a radio button set to allow the user to select the

Now, When open the import dialog, only one source page can be displayed.
Like the attachment.


> - Consider embedding Python (which is on the TODO anyway) and allowing
> transforms to be scripted on the client.
I know nothing about Python. Left it later. :)

> - Convert the import data to a COPY compatible format so it can be fed
> directly to the server without using INSERT which is *much* slower.
OK, good idea.


-----------------------------------------------
Quan Zongliang
quanzongliang@gmail.com
CIT Japan:  http://www.cit.co.jp
CIT China:  http://www.citbj.com.cn

Вложения

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: import function's progress report
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: import function's progress report