Re: 7.3 Prepared statements

Поиск
Список
Период
Сортировка
От Alan Gutierrez
Тема Re: 7.3 Prepared statements
Дата
Msg-id avbmb4$1m6b$1@news.hub.org
обсуждение исходный текст
Ответ на Re: 7.3 Prepared statements  (Francisco J Reyes <fran@natserv.net>)
Ответы Re: 7.3 Prepared statements  (Neil Conway <neilc@samurai.com>)
Список pgsql-general
Francisco J Reyes wrote:
> On 17 Dec 2002, Neil Conway wrote:
>
>
>>On Tue, 2002-12-17 at 10:19, Ericson Smith wrote:
>>
>>>1. What is the lifetime of the plan created?
>>
>>From the PREPARE reference page:
>>
>>Prepared queries are stored locally (in the current backend), and only
>>exist for the duration of the current database session.
>
>
> What is the difference/advantage between a prepared query and a view?
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

The idocs are still at 7.2.1. Is there an API for the prepared query interface
in a later version of libpq? In libpq-fe.h there doesn't seem to be a statement
structure or prepare call. Examples of prepared query use?

Alan Gutierrez


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

Предыдущее
От: Alan Gutierrez
Дата:
Сообщение: How to Implement Versioned Rows in PostgreSQL?
Следующее
От: "Prachi Jain"
Дата:
Сообщение: result set supported