pub fn version_string() -> String
The string returned by the SQL version() function, mirroring PostgreSQL’s "PostgreSQL <ver> on <triple> ..." shape so clients that parse the leading "PostgreSQL <major>" succeed.
version()
"PostgreSQL <ver> on <triple> ..."
"PostgreSQL <major>"