preql-0.2: safe PostgreSQL queries using Quasiquoters

Copyright(c) 2011-2012 Leon P Smith
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Preql.Wire.TypeInfo.Static

Description

Url: https://github.com/phadej/postgresql-simple/tree/master/src/Database/PostgreSQL/Simple/TypeInfo

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
Show TypeInfo Source # 
Instance details

Defined in Preql.Wire.TypeInfo.Types