postgresql-simple-0.3.1.2: Mid-Level PostgreSQL client library

Stabilityexperimental
MaintainerLeon P Smith <leon@melding-monads.com>
Safe HaskellNone

Database.PostgreSQL.Simple.TypeInfo.Static

Description

Note that this module is semi-internal, and you probably want to use Database.PostgreSQL.Simple.TypeInfo instead.

Synopsis

Documentation

data TypeInfo Source

A structure representing some of the metadata regarding a PostgreSQL type, mostly taken from the pg_type table.

Instances