Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA17115; Fri, 20 Aug 93 13:11:28 -0700
Date: Fri, 20 Aug 93 13:11:28 -0700
Message-Id: <9308202011.AA17115@postgres.Berkeley.EDU>
From: sbattula@whale.st.usm.edu (Srinagesh Battula)
Subject: commit
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

Hi,
	In LIBPQ, I can commit a particular transaction
	by 
		PQexec ( "end" );
	or
		PQexec ( "abort" ); 
	to rollback the transaction.

	Is there a way to commit a bunch of transactions with
	a single libpq call.

	In Oracle CLI, I use "ocom call" to commit the transactions.
	Is there a call in LIBPQ to do the same job.

	Any ideas..

	Thanks in advance,

	Bye

	Srinagesh
	
