| From: | Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com> |
|---|---|
| To: | Roger Mathis <traderx(at)gmx(dot)ch> |
| Cc: | PosgreSQL Mailing List <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Auto-Commit |
| Date: | 2002-07-19 00:44:25 |
| Message-ID: | 20020719004425.87237.qmail@web40001.mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
--- Roger Mathis <traderx(at)gmx(dot)ch> wrote:
> Hi
>
> Is there a possibility to shut down the
> Auto-Commit-Funktion?
> Thanks
Use "BEGIN WORK" or "BEGIN TRANSACTION" statement
before typing other SQL statements. This will ensure
that the database will only commit if you type
"COMMIT"
ludwig.
__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | l.malaspina | 2002-07-19 10:45:47 | REINDEX problem : ERROR: MemoryContextAlloc: invalid request size 2973040639 |
| Previous Message | Chad R. Larson | 2002-07-18 21:39:56 | Re: RES: Database Diagrams. |