Is it difficult to make db_postgres and/or sqlops support no values returned - i.e. a void result set?
Recent versions of Postgres allow stored procedures to return 'void'. I like to call these a lot, but unfortunately sqlops or the database layer does not like that. So, I have to either write wrappers or make the procedures return things like a boolean 't' just to fix this.