Transactions (Really Simple)

From: Marcelo Pereira <gandalf(at)sum(dot)desktop(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Transactions (Really Simple)
Date: 2002-02-26 12:07:33
Message-ID: Pine.LNX.4.20.0202260859470.18764-100000@ni.hmmg.sp.gov.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I would like to use transactions while inserting, deleting or updating
data from my database.

I have read the on-line documentation, but I would like some help.

How could I implement transaction feature to the `insert command' bellow?

-------------------------------
...... which command here?
insert into table1 (field11,field12) values ('value11','value12')
insert into table2 (field21,field22) values ('value21','value22')
...... which command here?
-------------------------------

Thanks in advance,

Marcelo Pereira

Responses

Browse pgsql-general by date

  From Date Subject
Next Message f2160528 2002-02-26 12:32:41 Wisconsin Benchmark
Previous Message Janning Vygen 2002-02-26 12:02:05 Sql basic Query