Re: Multiple statements in one prepare

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Multiple statements in one prepare
Дата
Msg-id 5B6D3490-9676-11D8-AF9F-000A95AB279E@samurai.com
обсуждение исходный текст
Ответ на Multiple statements in one prepare  ("Robert Turnbull" <rturnbull@strategicmind.com>)
Список pgsql-hackers
On 15-Apr-04, at 9:26 AM, Robert Turnbull wrote:
> How can multiple SQL statements be included in one prepare command?
> The goal is to reduce chatter between the client and server by
> submitting an atomic tranasaction set.

You can submit multiple PREPARE commands in one query string (separated
by semi-colons), so the difference in FE/BE traffic should be
negligible.

-Neil



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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: Invalid pg_hba.conf => Postgres crash
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Do we prefer software that works or software that