hsql-postgresql-1.8.2: A Haskell Interface to PostgreSQL via the PQ library.

Safe HaskellSafe-Infered

DB.HSQL.PG.Functions

Description

Interface to the functions of the the foreign code environment.

Synopsis

Documentation

pqSetdbLogin :: CString -> CString -> CString -> CString -> CString -> CString -> CString -> IO PGconnSource

Refer to PostgreSQL manual, chapter 30, `libpq - C library' (e.g. http:www.postgresql.orgdocs8.3interactivelibpq.html)