With the C++ interface, when creating databases which have foreign keys
and such, the backend dumps out a lot of notices to stderr, to the
effect that the creation of the table with create implicit triggers and
so forth. I don't really need to know this, but other than dumping
stderr to /dev/null, as in:
myprog parameter 2>/dev/null
I don't know how to turn this off. Anyone know of a way?
Paul