Re: [pgadmin-hackers] Edit Data in Query Tool

2013-01-15 Thread Dave Page
On Mon, Jan 14, 2013 at 6:02 PM, Rishi Ramraj wrote: > I believe the way this sort of thing is done in tools like SQL navigator is, > only select queries on individual tables with primary keys are updatable. Yes, that's what we'd need to do - but it's not particularly straightforward. You'd need

Re: [pgadmin-hackers] Edit Data in Query Tool

2013-01-14 Thread Rishi Ramraj
I believe the way this sort of thing is done in tools like SQL navigator is, only select queries on individual tables with primary keys are updatable. I'm not sure if this condition is sufficient for updatability however. The tool may also need to reissue the query (or modify it) in order to get pr

Re: [pgadmin-hackers] Edit Data in Query Tool

2013-01-14 Thread Dave Page
On Sun, Jan 13, 2013 at 7:12 PM, Rishi Ramraj wrote: > Hello All, > > How difficult would it be to include the edit data tool as part of the query > tool's reporting panel? Ideally I would like to select from a table and then > edit the results of that select directly; that would drastically impro