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)
Список
Дерево обсуждения
Re: [HACKERS] Are we losing momentum? "Dave Page" <dpage@vale-housing.co.uk>
Re: [HACKERS] Are we losing momentum? Andreas Pflug <Andreas.Pflug@web.de>
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 по дате отправления