Re: [pgadmin-hackers] PATCH: new feature for Query tool: Favourites injection

2014-07-19 Thread Ashesh Vashi
Hi, The patch looks good to me. It's a nice and simple feature. Checked-in it. Thanks -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Wed,

Re: [pgadmin-hackers] PATCH: new feature for Query tool: Favourites injection

2014-07-16 Thread Ashesh Vashi
Sure. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Wed, Jul 16, 2014 at 1:38 PM, Dave Page wrote: > Ashesh, can you review/commit this

Re: [pgadmin-hackers] PATCH: new feature for Query tool: Favourites injection

2014-07-16 Thread Dave Page
Ashesh, can you review/commit this too please? On Wed, Jul 9, 2014 at 5:24 PM, J.F. Oster wrote: > Hello! > > When writing ad hoc queries or plpgsql code it is often handy to > operate with small text snippets as the building blocks. > PgAdmin has no Templates feature, but Favourites is very cl

[pgadmin-hackers] PATCH: new feature for Query tool: Favourites injection

2014-07-09 Thread J.F. Oster
Hello! When writing ad hoc queries or plpgsql code it is often handy to operate with small text snippets as the building blocks. PgAdmin has no Templates feature, but Favourites is very close to it. What is missing - the ability to quickly apply (inject) some snippet in the cursor position, prefer