Re: [HACKERS] Are we losing momentum?

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Are we losing momentum?
Date: 2003-04-15 14:48:44
Message-ID: 3E9C1BCC.7070200@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-04-15 14:50:01 Re: [HACKERS] Are we losing momentum?
Previous Message Dave Page 2003-04-15 11:37:40 Re: [HACKERS] Are we losing momentum?