Re: [Windows] Feedback on PG?

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: [Windows] Feedback on PG?
Дата
Msg-id 4A140B80.8040109@squeakycode.net
обсуждение исходный текст
Ответ на Re: [Windows] Feedback on PG?  (Gilles <codecomplete@free.fr>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Table partitioning
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Can not decompress a compressed string under plpy!