← All compilation units

Flyology.Postgres

Description

Postgres client and protocol-server primitives for Flyology tasks.

Authentication_Method

type Authentication_Method is
  (Trust, Cleartext_Password, SCRAM_SHA_256);
Enumeration literals
Trust
Cleartext_Password
SCRAM_SHA_256

Maximum_Message_Size

Maximum_Message_Size : constant := 16 * 1_024 * 1_024;