Re: PQexec() with multiple sql statements.

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: PQexec() with multiple sql statements.
Дата
Msg-id 3AD13EC7.91B74DB@tpf.co.jp
обсуждение исходный текст
Ответ на PQexec() with multiple sql statements.  ("Yasuo Ohgaki" <yasuo_ohgaki@hotmial.com>)
Список pgsql-general
Yasuo Ohgaki wrote:
>
> Hello all,
>
> I'm would like to know how PQexec() treats query passed as its parameter.
> (PostgreSQL 7.0.3/Linux)
>

Queries in a multiple query are parsed and analyzed
at once before the execution. INSERT after CREATE
TABLE in a multiple query is impossible in 7.0.3.
Probably this is fixed in 7.1.

regards,
Hiroshi Inoue

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

Предыдущее
От: "Willis, Ian (Ento, Canberra)"
Дата:
Сообщение: RE: linux/bsd
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: PQexec() with multiple sql statements.