postgresql-common-0.1.0.1: Library for sharing common PostgreSQL types across Haskell PostgreSQL libraries.

Safe HaskellSafe
LanguageHaskell2010

Database.PostgreSQL.Types.LSN

Contents

Synopsis

Documentation

data LSN Source #

Constructors

LSN 

Fields

Instances

Eq LSN Source # 

Methods

(==) :: LSN -> LSN -> Bool #

(/=) :: LSN -> LSN -> Bool #

Ord LSN Source # 

Methods

compare :: LSN -> LSN -> Ordering #

(<) :: LSN -> LSN -> Bool #

(<=) :: LSN -> LSN -> Bool #

(>) :: LSN -> LSN -> Bool #

(>=) :: LSN -> LSN -> Bool #

max :: LSN -> LSN -> LSN #

min :: LSN -> LSN -> LSN #

Show LSN Source # 

Methods

showsPrec :: Int -> LSN -> ShowS #

show :: LSN -> String #

showList :: [LSN] -> ShowS #

Utilities