sth で Postgres 関数を取得しました。そのように:
INSERT INTO people.person (name, middlename, stat,city,tel [.....] )
VALUES ($2,$3,$4,$5,$6,$7, [.....] ,$25,$26,$27,$28,$29,$30,$31)
方法はありますか、sth を使用できます。のようなVALUES ($2-$31)
?ここで何も見つかりませんでした: http://www.postgresql.org/docs/8.2/static/sql-insert.html。