Re: [HACKERS] Are we losing momentum?
От | Dave Page |
---|---|
Тема | Re: [HACKERS] Are we losing momentum? |
Дата | |
Msg-id | 03AF4E498C591348A42FC93DEA9661B8259F87@mail.vale-housing.co.uk обсуждение исходный текст |
Ответы |
Re: [HACKERS] Are we losing momentum?
|
Список | pgadmin-hackers |
> -----Original Message----- > From: Andreas Pflug [mailto:Andreas.Pflug@web.de] > Sent: 15 April 2003 15:49 > To: Dave Page; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] [HACKERS] Are we losing momentum? > > > 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! :-> Nice. I take it this works OK in Linux? I remember you thought it probably wouldn't in the past. Regards, dave.
В списке pgadmin-hackers по дате отправления: