Re: Transactions

From: Felipe Nascimento <Felipe(dot)Nascimento(at)multivalor(dot)com(dot)br>
To: "'shreedhar'" <shreedhar(at)lucidindia(dot)net>, Postgres <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Transactions
Date: 2002-06-28 12:37:01
Message-ID: A1D265B81E168745B876193655F97F8D4BFAFE@mvescexc01.esc.multivalor.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

$x = pg_exec($conn, "BEGIN");

and

$y = pg_exec($conn, "COMMIT");

Felipe

-----Original Message-----
From: shreedhar [mailto:shreedhar(at)lucidindia(dot)net]
Sent: sexta-feira, 28 de junho de 2002 09:01
To: Postgres
Subject: [ADMIN] Transactions

Can I use BEGIN and COMMIT through PHP. If Yes, how? My PostgreSQL version
is 7.1.3.

regards,
sree

Sreedhar Bhaskararaju 1,2nd Main Road, KottuGardens, Chennai - 600 085 Ph :
4475111 Email : shreedhar(at)lucidindia(dot)net

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Browse pgsql-admin by date

  From Date Subject
Next Message Ray Ontko 2002-06-28 12:40:37 Re: Are statistics gathered on function indexes?
Previous Message shreedhar 2002-06-28 12:01:27 Transactions