Uwe Kiewel wrote: >> On the other hand: dbmail + libzdb + postgresql already *is* big-iron. >> >> > > might be true... but the wrong database for me. > > If somebody sit down and write an extension to libzdb - say the sqlrelay > interface, will it work with dbmail?
Yes, in principle. But doing a sqlrelay extension to libzdb is unwise, if at all possible. It is probably fairly easy to write an extension for libzdb for a specific backend, like oracle, ingres or db2. Libzdb specifies a very small interface with very well defined behaviour. Someone well versed in for example db2's C-api could probably write such an extension in a day or two, and test/debug it in a week. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
