Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Bernhard Neuhauser
Hi, > Ok, but the use-case I'm talking about is debugging applications using > SQL, in my case an application using JDBC. Maybe I'm misunderstanding > the point of your post. I'm taking it as suggesting I switch to using $n > notation. This isn't an option. If you are using hibernate (which is

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
2011/3/19 Eric Schwarzenbach : > On 3/19/2011 1:52 PM, Pavel Stehule wrote: >> >> 2011/3/19 Eric Schwarzenbach: >>> >>> On 3/19/2011 12:21 PM, Pavel Stehule wrote: 2011/3/19 Eric Schwarzenbach: > > On , Sat, 05 Mar 2011 20:39:53 +0100, Guillaume wrote >> >> Le 03/03/2011 0

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Eric Schwarzenbach
On 3/19/2011 1:52 PM, Pavel Stehule wrote: 2011/3/19 Eric Schwarzenbach: On 3/19/2011 12:21 PM, Pavel Stehule wrote: 2011/3/19 Eric Schwarzenbach: On , Sat, 05 Mar 2011 20:39:53 +0100, Guillaume wrote Le 03/03/2011 00:03, Eric Schwarzenbach a écrit : Some years ago I worked with another DB

Re: [pgadmin-support] Usability improvment ideas

2011-03-19 Thread Bernhard Neuhauser
Hi again, >This "view" of a query is too limited. Actually, this "view" of a query is more powerful as you expect. Because it also allows you to execute pl/xSQL snippets in the same way. Basically it allows the "user" to decide if he wants one query or a group of queries executed together. Thi

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
2011/3/19 Eric Schwarzenbach : > On 3/19/2011 12:21 PM, Pavel Stehule wrote: >> >> 2011/3/19 Eric Schwarzenbach: >>> >>> On , Sat, 05 Mar 2011 20:39:53 +0100, Guillaume wrote Le 03/03/2011 00:03, Eric Schwarzenbach a écrit : > >  Some years ago I worked with another DB tool, for a

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Eric Schwarzenbach
On 3/19/2011 12:21 PM, Pavel Stehule wrote: 2011/3/19 Eric Schwarzenbach: On , Sat, 05 Mar 2011 20:39:53 +0100, Guillaume wrote Le 03/03/2011 00:03, Eric Schwarzenbach a écrit : Some years ago I worked with another DB tool, for another DB that offered support for SQL parameters in a way th

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
>> > > using $n notation can be more faster and simpler for implementation - > and practic, because programmer can check a prepared statements or > parametrised queries in pgAdmin. > and there is a parser's hook that support searching a parameters in query. Regards Pavel Stehule -- Sent via pg

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
2011/3/19 Eric Schwarzenbach : > On , Sat, 05 Mar 2011 20:39:53 +0100, Guillaume wrote >> >> Le 03/03/2011 00:03, Eric Schwarzenbach a écrit : >> >  Some years ago I worked with another DB tool, for another DB that >> >  offered support for SQL parameters in a way that was extremely handy. >> >  I'

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Eric Schwarzenbach
On , Sat, 05 Mar 2011 20:39:53 +0100, Guillaume wrote Le 03/03/2011 00:03, Eric Schwarzenbach a écrit : > Some years ago I worked with another DB tool, for another DB that > offered support for SQL parameters in a way that was extremely handy. > I've missed this feature in pgAdmin ever since.