Re: Feature Request: SQL parameters - Mailing list pgadmin-support

From Vik Reykja
Subject Re: Feature Request: SQL parameters
Date
Msg-id AANLkTi=WatodKDr5khf1oM5VergUKTRrjWS14sHn8UKL@mail.gmail.com
Whole thread Raw
In response to Re: Feature Request: SQL parameters  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
On Sat, Mar 5, 2011 at 20:39, Guillaume Lelarge <guillaume@lelarge.info> wrote:
I'm not sure I understand what you would like to have. That pgAdmin asks
for values anytime it encounters a question mark in a query?

Yes, and I would really like that, too. As well as named parameters and things like $1.
Look how fun psql is to use:

vik=# \set paramname 5
vik=# select :paramname;
 ?column?
----------
        5
(1 row)

vik=#

It would be great if pgAdmin could excute similar queries.

pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Feature Request: SQL parameters
Next
From: Christopher Head
Date:
Subject: Re: Feature request: ability to set hostaddr