preql-0.4: safe PostgreSQL queries using Quasiquoters
Copyright(c) 2011-2012 Leon P Smith
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Preql.Wire.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.

Instances

Instances details
Show TypeInfo Source # 
Instance details

Defined in Preql.Wire.TypeInfo.Types