Executing multiple statements in a single query?

Поиск
Список
Период
Сортировка
От HK
Тема Executing multiple statements in a single query?
Дата
Msg-id Pine.LNX.4.33.0209251009410.2479-100000@daisy.midascomm.com
обсуждение исходный текст
Ответы Re: Executing multiple statements in a single query?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
hi all,
    I am using postgresql from a c application with asyncronous Query
processing. Since only 1 query can be executed at a time, i am using  a
buffering mechanism to store the other queries generated at that time. Is
there any way i can execute all the statements in the buffer with a single
query.

Thanx in advance.

--
regards,
hari


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

Предыдущее
От: David Lloyd
Дата:
Сообщение: Re: Disk space
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Executing multiple statements in a single query?