NegotiateProtocolVersion packet
A NegotiateProtocolVersion packet may be sent by the server when a client connects to ask the client to use a different version of the protocol.
See the Postgres documentation for details.
Methods
Methods
int getNewestSupportedMinor() : gets the latest minor version.
void setNewestSupportedMinor(int n) : sets the latest minor version.
List<String> getOptionsNotRecognized() : get the list of options not recognized by the server. This list may be empty, and it can be changed.