Re: 7.3 Prepared statements

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: 7.3 Prepared statements
Дата
Msg-id 1041922244.448.24.camel@tokyo
обсуждение исходный текст
Ответ на Re: 7.3 Prepared statements  (Alan Gutierrez <ajglist@izzy.net>)
Ответы Re: 7.3 Prepared statements  (Alan Gutierrez <ajglist@izzy.net>)
Список pgsql-general
On Mon, 2003-01-06 at 05:35, Alan Gutierrez wrote:
> The idocs are still at 7.2.1.

But the documentation itself has been updated, and is available online:

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/

No idea sure when the idocs will be updated...

> Is there an API for the prepared query interface in a later version of
> libpq?

No, the prepared queries implemented in 7.3 are not protocol-level, they
use a set of special SQL statements to prepare statements and then
execute them.

> Examples of prepared query use?

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/sql-prepare.html
http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/sql-execute.html

... should cover enough stuff to get you started.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




В списке pgsql-general по дате отправления:

Предыдущее
От: "carl garland"
Дата:
Сообщение: Re: Have people taken a look at pgdiff yet?
Следующее
От: "Prachi Jain"
Дата:
Сообщение: Re: result set supported