Обсуждение: WG: Parameterized queries

Поиск
Список
Период
Сортировка

WG: Parameterized queries

От
"Jan Klostermann"
Дата:

-----Ursprüngliche Nachricht-----
Von: Jan Klostermann [mailto:klostermann@rhf.de]
Gesendet: Freitag, 14. November 2003 18:05
An: 'Tom Lane'
Betreff: AW: [INTERFACES] Parameterized queries


That sounds good! Is there any documentation already available how it is
supposed to work? Or, how can I find out about this?
Further, when do you think, this will be stable enough for production
use? (I don't mind helping with testing, but do need a stable system
finally :-) )

-----Ursprüngliche Nachricht-----
Von: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Gesendet: Freitag, 14. November 2003 17:42
An: Jan Klostermann
Cc: pgsql-interfaces@postgresql.org
Betreff: Re: [INTERFACES] Parameterized queries


"Jan Klostermann" <klostermann@rhf.de> writes:
> I would like to know, if there exists a way in PostgreSQL to insert
> data not exclusively via the SQL-query-string but using a direct data
> interface,

This ability exists as of 7.4.  I do not know whether the ODBC interface
supports it, but libpq does and I believe JDBC does.
        regards, tom lane