Re: - Mailing list pgsql-general

From John Clark Naldoza y Lopez
Subject Re:
Date
Msg-id 3BCCDB36.9C87D535@ntsp.nec.co.jp
Whole thread Raw
In response to  ("Mona" <mlisa@bisil.com>)
List 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@ntsp.nec.co.jp                        \   \


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

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re:
Next
From: Emmanuel SARACCO
Date:
Subject: Re: Queries and views