Support varchar parameters in pgproto.
The current issue with the Postgres JDBC is that it sends string parameters as VARCHAR values, leading to an unsupported type error.
The current issue with the Postgres JDBC is that it sends string parameters as VARCHAR values, leading to an unsupported type error.