Postgres 6.5 and PQsetdb(,,"-F",,)

From: Jean-Denis Girard <jd-girard(at)esoft(dot)pf>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Postgres 6.5 and PQsetdb(,,"-F",,)
Date: 1999-07-17 08:27:35
Message-ID: 37903E77.6496853F@esoft.pf
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I just upgraded from Postgres 6.3.2 (shipped with RedHat) to latest 6.5
on a Linux system, with an existing application.

Everything went smoothly, but it seems that "-F" option in PQsetdb
no longer works.

I tried to launch postmaster with -F option and it works as expected,
but I really want to enable /disable fsync from libp, so I can run
lengthly updates of my database reasonnably fast at the risk of problems

if the system crash, and keep safe fsync for short opearations.

I found nothing about that on the mailing list. What did I miss ?

Thanks in advance...

Jean-Denis Girard,
Essential Software.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ansley, Michael 1999-07-17 10:17:08 RE: query length limits
Previous Message Jean-Denis Girard 1999-07-17 08:07:04 Postgres 6.5 and PQsetdb( , , "-F", , )