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
Notification support for Postgresql
Moderators: gto, cipto_kh, EgonHugeist, mdaems
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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