How can I suppress the NOTICE messages I'm getting on stderr when I do
something like:

TRUNCATE TABLE foo CASCADE;

When I do this, I get spammed with a bunch of:

NOTICE:  truncate cascades to table "bar"
NOTICE:  truncate cascades to table "llama"
etc.

I just want to ignore these entirely.  It'd be nice to suppress only those
messages, and/or only for that single SQL command, but I'd settle for
suppressing everything.

Thanks,
Jim
_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to