pg v0.5.1.1 Release Notes

Release Date: 2015-12-02 // over 8 years ago
    • This is a documentation-only release

    • The documentation of the Time module has been completely rewritten, and is far longer and more informative. It contains a brief overview of civil time, the semantics of postgresql's time types, and their relation to Haskell's time types via postgresql-simple.

    • The documentation of connectPostgreSQL has been modified to mention the effects of environment variables on the connection string parameters.

    • The documentation of HStore.Internal has been unhidden from haddock.

    • A typo in example code was fixed courtesy of Levi Notik.