Skip to content
nesquena edited this page May 4, 2012 · 1 revision

I would love help with postgresql support. First, take a look at this first stab (incomplete and somewhat poor): https://github.com/nofxx/query_reviewer/commit/b735abe1b00654842a70566147d18cdaf5b31075#diff-6

Then I will link you to a few key changes that would need to be adapted for postgresql:

The real trick to this is simply adapting the extensions and the analyzer work here is adapting these two files:

The rest is just properly loading PG / Mysql depending on which adapter is loaded. Again, check out https://github.com/nofxx/query_reviewer/commit/b735abe1b00654842a70566147d18cdaf5b31075 for a good base for how to start PG support.

Let me know if you have any specific questions.

Clone this wiki locally