Packages

PostgreSQL protocol encoding and decoding

Current section

Files

Jump to
postgresql_protocol include postgresql_protocol_BeNotificationResponse.hrl
Raw

include/postgresql_protocol_BeNotificationResponse.hrl

-record(be_notification_response, {
process_id :: integer(),
channel :: binary(),
payload :: binary()
}).