vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, My plan is to write a PostgreSQL-server-compatible TCP listener for another database (H2 Database Engine, http://www.h2database.com). Instead of talking to the PostgreSQL database backend, the PostgreSQL ODBC driver would talk to the H2 database. I have the PostgreSQL network protocol documentation, and I am aware there will be some PostgreSQL specific issues to solve (metadata queries, data types). I don't expect it will be 'easy', but easier than writing my own ODBC driver (I have already tried that :-). Would this be OK for your? As far as I understand, the license allows it. I just like to know what you guys think about it. Thanks, Thomas ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| ||||
| On Jun 20, 2007, at 6:10 AM, Thomas Mueller wrote: > Would this be OK for your? As far as I understand, the license allows > it. I just like to know what you guys think about it. I have used it to talk to another database engine that uses the PG protocol (sorry can't say which). HTH, __________________________________________________ ______ Richard Wesley Senior Software Developer Tableau Software Visit: http://www.trytableau.com/now.html |