Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-27 Thread Michael Shapiro
I think trying to do this in the query tool (with arbitrary selects) is problematic. All I really am asking for is that the edit grid be able to produce the inserts based on the data it has displayed in the grid. On Wed, Oct 27, 2010 at 9:29 AM, Thom Brown wrote: > On 27 October 2010 14:08, Jul

Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-27 Thread Thom Brown
On 27 October 2010 14:08, Julius Tuskenis wrote: > 2010.10.27 15:22, Michael Shapiro rašė: >> >> Thom Brown has it basically right. I want to be able to take the results >> of what is in the grid editor and produce insert stmts. > > Yes - this kind of tool would be handy in situation when while de

Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-27 Thread Julius Tuskenis
2010.10.27 15:22, Michael Shapiro rašė: Thom Brown has it basically right. I want to be able to take the results of what is in the grid editor and produce insert stmts. Yes - this kind of tool would be handy in situation when while developing applications one uses pgAdmin and later there is a ne

Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-27 Thread Michael Shapiro
My apologies. I had sent email to this list last Feb with this request It would be very useful to be able to export the results of a query as select into statements, at least in the case when there is only one table in the from clause. I didn't get a reply, so I thought I was asking on the wrong

Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-27 Thread Thom Brown
On 27 October 2010 11:42, Guillaume Lelarge wrote: > Le 27/10/2010 01:12, Dave Page a écrit : >> On Wed, Oct 27, 2010 at 1:47 AM, Michael Shapiro >> wrote: >>> What is the proper way to make a feature request? >> >> Email the list, as you've done. >> > > Usually, if I find it interesting, I crea

Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-27 Thread Guillaume Lelarge
Le 27/10/2010 01:12, Dave Page a écrit : > On Wed, Oct 27, 2010 at 1:47 AM, Michael Shapiro wrote: >> What is the proper way to make a feature request? > > Email the list, as you've done. > Usually, if I find it interesting, I create a ticket to keep track of it. But honestly, I don't understan

Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-27 Thread Dave Page
On Wed, Oct 27, 2010 at 1:47 AM, Michael Shapiro wrote: > What is the proper way to make a feature request? Email the list, as you've done. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent

Re: [pgadmin-support] Feature request -- export as select into stmts

2010-10-26 Thread Michael Shapiro
What is the proper way to make a feature request?