Module system

Source
Expand description

System data types.

Structs§

Oid
A Rust type representing a PostgreSQL object identifier (OID).
PgLegacyChar
A Rust type representing a PostgreSQL “char”.
RegClass
A Rust type representing the OID of a PostgreSQL class.
RegProc
A Rust type representing the OID of a PostgreSQL function name.
RegType
A Rust type representing the OID of a PostgreSQL type.