sqllogictest_engines::postgres

Type Alias PostgresExtended

Source
pub type PostgresExtended = Postgres<Extended>;
Expand description

Postgres engine using the extended query protocol.

Aliased Typeยง

struct PostgresExtended { /* private fields */ }