PostgreSQL Question

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

PostgreSQL Question

Post by snorkel » Wed 19 Nov 2008 17:26

Hi,
Does the postgresql provider require libpq.dll or is it using the native wire protocol?

Also in the beta version is it possible to receive notifications from the server? For example if I execute a create table statement Postgresql sends notificatons back to the client with information on the create table status. Also if you run maintenance i.e. vaccume Reindex etc the details of the operation are sent back to the client as notifications.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 20 Nov 2008 06:48

No, UniDAC PostgreSQL provider does not require libpq.dll for work.

Now there is no possibility to recieve PostgreSQL server notices. This will be avalilable in PgDAC. We will consider this functionality and try to implelemnt it in the release version of UniDAC 2.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Thu 20 Nov 2008 16:02

Challenger wrote:No, UniDAC PostgreSQL provider does not require libpq.dll for work.

Now there is no possibility to recieve PostgreSQL server notices. This will be avalilable in PgDAC. We will consider this functionality and try to implelemnt it in the release version of UniDAC 2.
Is there going to be a beta for PgDAC? I would be more interested in that vs the Unidac because of the notification support.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 24 Nov 2008 09:59

We are planning to release the beta version of PgDAC in about three weeks.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Thu 27 Nov 2008 19:31

Plash wrote:We are planning to release the beta version of PgDAC in about three weeks.
One more question, will PGDac work in Lazarus/Free Pascal?

Looking forward to the PgDAC beta.

Snorkel

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 28 Nov 2008 12:34

We are planning to include Free Pascal and Lazarus support in the final (non-beta) release of PgDAC.

Post Reply