Re: [HACKERS] Are we losing momentum?

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: [HACKERS] Are we losing momentum?
Дата
Msg-id 3E9C1BCC.7070200@web.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Are we losing momentum?  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgadmin-hackers
Dave Page wrote:

>Oh, OK. That'll be useful :-). Just a right-click-table -> Edit type of
>grid as we discussed before I assume?
>
>
You bet!

As a prerequisite, pgQueryThread is extracted from ctlSQLResult. Also
useful for other long-running queries (VACUUM)
thread=new pgThread(PGconn, query);
thread->Create(); // to run
thread->IsRunning() // status
thread->Delete(); // to abort
if (thread->ReturnCode() == PGRES_TUPLES_OK)
    thread->DataSet() // resulting pgSet

Information at you fingertips... stored in PostgreSQL! :->

Regards,
Andreas


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [HACKERS] Are we losing momentum?
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [HACKERS] Are we losing momentum?