Does Postgres protocol 2 support query parameters? e.g.: SELECT colA FROM tbl WHERE colB=$1
Some systems (Presto) are still using protocol 2, and I need to understand the scope of changes in the middleware to support protocol 2.
Does Postgres protocol 2 support query parameters? e.g.: SELECT colA FROM tbl WHERE colB=$1
Some systems (Presto) are still using protocol 2, and I need to understand the scope of changes in the middleware to support protocol 2.