postgresql-simple-0.7.0.0: Mid-Level PostgreSQL client library
Copyright(c) 2011-2012 Leon P Smith
LicenseBSD3
MaintainerLeon P Smith <leon@melding-monads.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Simple.TypeInfo.Static

Description

This module contains portions of the pg_type table that are relevant to postgresql-simple and are believed to not change between PostgreSQL versions.

Synopsis

Documentation

data TypeInfo Source #

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

Constructors

Basic 

Fields

Array 

Fields

Range 

Fields

Composite 

Fields

Instances

Instances details
Show TypeInfo Source # 
Instance details

Defined in Database.PostgreSQL.Simple.TypeInfo.Types

Methods

showsPrec :: Int -> TypeInfo -> ShowS

show :: TypeInfo -> String

showList :: [TypeInfo] -> ShowS