On Thursday, May 24, 2018, Lele Gaifax <l...@metapensiero.it> wrote: > > 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.