brianc / node-libpq

Simple, low level native bindings to PostgreSQL's libpq from node.js
112 stars 42 forks source link

Suppress libpq error messages #35

Open moretti opened 8 years ago

moretti commented 8 years ago

Hi,

Is there any way to suppress the error messages printed by libpq errmsg?

Thanks!

brianc commented 8 years ago

You know...there's actually a PR for that, but the tests don't pass for it so I haven't merged it.

https://github.com/brianc/node-libpq/pull/22

Interested in taking a crack at fixing the code still not working there? Happy to merge it at that point!