Packages

PostgreSQL protocol encoding and decoding

Current section

Files

Jump to
postgresql_protocol include postgresql_protocol_BeNegotiateProtocolVersion.hrl
Raw

include/postgresql_protocol_BeNegotiateProtocolVersion.hrl

-record(be_negotiate_protocol_version, {
newest_minor :: integer(),
unrecognized_options :: list(binary())
}).