Skip to main content

Module server

Module server 

Source
Expand description

PostgreSQL wire protocol connection handler.

Implements the subset of the PostgreSQL wire protocol needed for simple query execution. Handles startup, authentication (trust mode), and the simple query flow.

Reference: https://www.postgresql.org/docs/current/protocol.html

Functions§

handle_connection
Handle a single PostgreSQL wire protocol connection.