I was browsing the TODO list and I noticed the todo to bump limit/offset
to int8. IMO, the flavors of fetch that take a numeric parameter need
this as well.
FWIW, trying to pass integer > 2^31 to fetch gives a syntax error, which
is clearly wrong.
Merlin