Postgres Plugin

Anyone interested in developing a plugin to allow the use of Postgres as a back end db? Is anyone already working on this? I've used omeka.org search engine and could find no hits.

Unfortunately, switching out the database backend is a little beyond the scope of what you can currently do with an Omeka plugin.

The actual code to do so is fairly simple, but Omeka uses some MySQL-specific features and queries in some places, so it's a more complicated job than it might seem at first glance.