Executing multiple statements in a single query? - Mailing list pgsql-novice

From HK
Subject Executing multiple statements in a single query?
Date
Msg-id Pine.LNX.4.33.0209251009410.2479-100000@daisy.midascomm.com
Whole thread Raw
Responses Re: Executing multiple statements in a single query?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: David Lloyd
Date:
Subject: Re: Disk space
Next
From: Tom Lane
Date:
Subject: Re: Executing multiple statements in a single query?