postgresql-common-persistent-0.1.0.0: Persistent compatibility for postgresql-common

Safe HaskellNone
LanguageHaskell2010

Database.Persist.Postgresql.Common

Contents

Documentation

data LSN :: * #

Constructors

LSN !Word32 !Word32 

Instances

Eq LSN 

Methods

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

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

Ord LSN 

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 

Methods

showsPrec :: Int -> LSN -> ShowS #

show :: LSN -> String #

showList :: [LSN] -> ShowS #

Orphan instances