RE: [HACKERS] Profile of current backend

From: "Meskes, Michael" <meskes(at)topsystem(dot)de>
To: The Hermit Hacker <scrappy(at)hub(dot)org>, "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
Cc: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>, Michael Meskes <meskes(at)topsystem(dot)de>, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] Profile of current backend
Date: 1998-02-08 10:16:20
Message-ID: 11720CEF3853D011AC0C00A024B7A9E110A136@EINSTEIN
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

BEGIN/END of what? Transactions? Since I used ODBC auto commit is
usually on. But all writing is done in one tranaction, i.e. we switch
auto-commit off and handle it ourselves.

Michael
--
Dr. Michael Meskes, Projekt-Manager | topystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Use Debian GNU/Linux! | Tel: (+49) 2405/4670-44

> ----------
> From: Vadim B. Mikheev[SMTP:vadim(at)sable(dot)krasnoyarsk(dot)su]
> Sent: Freitag, 6. Februar 1998 17:00
> To: The Hermit Hacker
> Cc: Thomas G. Lockhart; Michael Meskes; Bruce Momjian; PostgreSQL
> Hacker
> Subject: Re: [HACKERS] Profile of current backend
>
> And did you use BEGIN/END ?
> Auto-commit is ON in postgres...
>
> >
> > Just curious, but do you have -F set to disable fsync()? We
> > really really should disable that by default :(
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Oh no!
>
> Vadim
>

Browse pgsql-hackers by date

  From Date Subject
Next Message Meskes, Michael 1998-02-08 10:16:22 RE: [HACKERS] Bug?
Previous Message Meskes, Michael 1998-02-08 10:16:18 RE: [HACKERS] Profile of current backend