So the questions: is the '?' style placeholder a supported variant? and if so,
should the ParamRef doc tell something about that?
PostgreSQL's Prepare statement doesn't accept question mark as a parameter symbol, and cannot ever because it is already a valid operator symbol.
David J.