Thread: setting the value returned by PQcmdTuples

setting the value returned by PQcmdTuples

From
Jeff Davis
Date:
I have an ON INSERT DO INSTEAD rule that calls a function to do the
insert (via "SELECT myfunction(...)"). How do I set the number returned
by PQcmdTuples?

Regards,
    Jeff Davis