parametrized query

From: Ben Kim <bkim(at)coe(dot)tamu(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: parametrized query
Date: 2004-04-28 15:46:54
Message-ID: Pine.GSO.4.10.10404281036520.5854-100000@edsun.coe.tamu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


I tried but couldn't find an answer if this is possible in psql.

Create a file named test.sql
select * from mytable where id = ? (or use $1, $2...)
Then in psql do
\i test.sql 337

to achieve the same effect "select * from mytable where id=337"

as I would in perl
$sth = $dbh -> prepare ("insert into mytable values (?, ?, ?)")

Is writing a function the only way? Is there another way that can be done
without writing a function?

Thanks,
Ben Kim

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andreas Schmitz 2004-04-28 16:06:20 Re: parametrized query
Previous Message Bruno Wolff III 2004-04-28 08:32:23 Re: [JDBC] [PERFORM] is a good practice to create an index on the