Expand description

Provides a safe interface to Postgres HeapTuple objects.

Structs

A PgHeapTuple is a lightweight wrapper around Postgres’ pg_sys::HeapTuple object and a PgTupleDesc.

Enums

Describes errors that can occur when trying to create a new PgHeapTuple.