I want to verify the syntax of files containing sql queries before they can be committed in my CVS project.
In order to do that, I have a commitinfo script, but I h
I'm usually use Mimer online SQL validator, the only thing is that it check SQL syntax for standard SQL :
and not specific for the PostgreSQL ... However if you write code following the standard you can use it and it work well ...