Re: [Windows] Feedback on PG?

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Gilles <codecomplete(at)free(dot)fr>
Subject: Re: [Windows] Feedback on PG?
Date: 2009-05-20 13:54:08
Message-ID: 4A140B80.8040109@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gilles wrote:
> At 10:29 20/05/2009, Simon Riggs wrote:
>> We get this question a lot. Yes, there are many technical differences
>> between various open source products.
>
> Sorry about that. I should have dwelved deeper and read this before asking:
>
> <http://wiki.postgresql.org/wiki/Running_%26_Installing_PostgreSQL_On_Native_Windows>http://wiki.postgresql.org/wiki/Running_%26_Installing_PostgreSQL_On_Native_Windows
>
>
> Besides the availability on Windows/Linux and the license, another item
> in my check-list is how to connect to it from Delphi.
>
> Thank you.
>

I use Delphi to connect to PG and it works great. I have a simple db
object on top of the C API. (no evil TDataset.. I hate TDataset) My
query's are read-only, forward-only queries, just like god intended.

The C API is simple to use/understand and works just fine linked to
Delphi. (You do have to link to the DLL however, you cant compile it
into the .exe, but that's not a problem for me)

I've not used PG on windows, my server runs Slackware! (the client's
all run windows, and locally they cache stuff in sqlite for use off
network. sqlite and pg play very nice together.)

-Andy

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2009-05-20 14:14:13 Re: Can not decompress a compressed string under plpy!
Previous Message Tom Lane 2009-05-20 13:47:10 Re: Table partitioning