Re:

From: John Clark Naldoza y Lopez <njclark(at)ntsp(dot)nec(dot)co(dot)jp>
To: Mona <mlisa(at)bisil(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2001-10-17 01:13:26
Message-ID: 3BCCDB36.9C87D535@ntsp.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Mona,

The default behavior of PostgreSQL, AFAIK, is an autocommit
mechanism... No transactions.... If you want to start a
transaction... Then you'll definitely have to say...

BEGIN [ WORK | TRANSACTION ]
COMMIT [ WORK | TRANSACTION ]
END [ WORK | TRANSACTION ]
ROLLBACK [ WORK | TRANSACTION ]

These work fine for me... =) Unfortunately (or fortunately) I'm not
using any special tools... Just my vi, psql, pgaccess... =)

Hope that helps.

Cheers,

John Clark
--
/) John Clark Naldoza y Lopez (\
/ ) Software Design Engineer III ( \
_( (_ _ Web-Application Development _) )_
(((\ \> /_> Cable Modem Network Management System <_\ </ /)))
(\\\\ \_/ / NEC Telecom Software Phils., Inc. \ \_/ ////)
\ / \ /
\ _/ phone: (+63 32) 233-9142 loc. 3113 \_ /
/ / cellphone: (+63 919) 399-4742 \ \
/ / email: njclark(at)ntsp(dot)nec(dot)co(dot)jp \ \

"Intelligence is the ability to avoid doing work, yet getting the work
done"
--Linus Torvalds

In response to

  • at 2001-10-13 06:32:01 from Mona

Browse pgsql-general by date

  From Date Subject
Next Message David. E. Goble 2001-10-17 01:54:21 Re: A tool for making console/text data enrty/display screens in C
Previous Message Lamar Owen 2001-10-17 01:11:36 Re: postgresql 7.1.3