Re: [Windows] Feedback on PG?

From: Gilles <codecomplete(at)free(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [Windows] Feedback on PG?
Date: 2009-05-20 08:50:58
Message-ID: 7.0.1.0.2.20090520104732.023db970@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 10:20 20/05/2009, Richard Huxton wrote:
>You'll probably need to give some details of how you intend to use
>it. One-off on large server hardware? Hundreds of copies deployed
>around the world on XP machines 5 years old?

Sorry, forgot about this point: It's just for concurrent accesses
from a few Windows clients. Until now, SQLite was fine for my use,
but now that more than one user may be making changes to the DB, I
need something that supports this.

>The main Windows problems we see on the mailing lists all revolve
>around (1) installation and (2) anti-virus. PostgreSQL runs as a
>"unprivileged" user in unix terms, and given the complex permissions
>model on Windows and the wide variety of setups on machines that's
>not always proved easy to get right.

I see that "Windows compatibility is available via the Cygwin
framework. Native Windows compatibility is also available with
version 8.0 and above": At this point, is installing the server still
a headache?

>The second problem is with anti-virus scanners locking the database
>files for a fraction of a second - that doesn't help the smooth
>running of any system. Once the scanner is told to ignore PG /
>switched off the problems go away, so it's easy enough to diagnose.

Thanks for the tip.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2009-05-20 08:58:29 Re: [Windows] Feedback on PG?
Previous Message Simon Riggs 2009-05-20 08:29:58 Re: [Windows] Feedback on PG?