On Feb 13, 2013 10:35 PM, "Heikki Linnakangas" <hlinnakan...@vmware.com> wrote: > We could support operator("?") as well; belt and suspenders. That would help ODBC clients too.
+1 for the belt and suspenders approach. With {postgres qm} JDBC can work with older PostgreSQL versions, not requiring applications to bump their minimum db version. With operator("?") older JDBC clients can work too in case the library version is fixed due to policies (I'm assuming here that question marks already work within quoted identifiers/literals). -- Ants Aasma