hsql-postgresql-1.8.2: A Haskell Interface to PostgreSQL via the PQ library.
DB.HSQL.PG.Status
type ConnStatusType = Word32 Source
type ExecStatusType = Word32 Source
connectionOk :: ConnStatusType Source
pgTuplesOk :: ExecStatusType Source
pgCommandOk :: ExecStatusType Source
pgFatalError :: ExecStatusType Source