Executing multiple statements in a single query?

From: HK <harikrishnan(at)midascomm(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Executing multiple statements in a single query?
Date: 2002-09-25 04:44:17
Message-ID: Pine.LNX.4.33.0209251009410.2479-100000@daisy.midascomm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-09-25 05:06:47 Re: Executing multiple statements in a single query?
Previous Message David Lloyd 2002-09-25 04:15:40 Re: Disk space