On Sat, Mar 5, 2011 at 20:39, Guillaume Lelarge <guilla...@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.