Notification support for Postgresql

Freature requests from users for ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
snorkel
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 01.09.2005, 18:55
Location: Milwaukee USA

Notification support for Postgresql

Post by snorkel »

The Postgresql side of things really needs to have notification support.
Currently if you execut a function that uses raise notice, zeos has no way of getting that notice from the server.

The commercial PostgresDAC supports this, they have a event on the connection/database component called OnNotice, and it fires when notifcations are available.

I would love to start using Zeos again but can't until this feature is implemented.

Thanks,

Snorkel
danied
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 09.01.2006, 14:32

Post by danied »

I agree.
I have a database, I have implemented some notices in the database side, waiting for the possibility to have them raised at the application level.
Important function for me also.

Thanks

Daniel
zoap
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 29.06.2006, 07:50

Post by zoap »

Definitely agree.
snorkel
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 01.09.2005, 18:55
Location: Milwaukee USA

Post by snorkel »

Anyone know if postgresql notifications work with the latest Zeos?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Yes,

I do know nobody showed up to convert the TZIBEventAlerter to a Postgres EventAlerter. There's one advatage for somebody who wants to convert it now : the TZIBEventAlerter is now part of the zeosdbo package itself.

No,

Support for postgresql is still not available.

So please, just make it available. If you implement it as a copy of the IB implementation, you can publish it here as a separate download. If you take the effort of making a database independent component with supporting dbc classes (= the good way) then I'll do everything to include it in the official 7.X release.

Mark
Image
Post Reply