Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
Instances
Eq PgVersion Source # | |
Ord PgVersion Source # | |
Defined in PostgREST.Config.PgVersion | |
Generic PgVersion Source # | |
ToJSON PgVersion Source # | |
Defined in PostgREST.Config.PgVersion | |
type Rep PgVersion Source # | |
Defined in PostgREST.Config.PgVersion type Rep PgVersion = D1 ('MetaData "PgVersion" "PostgREST.Config.PgVersion" "postgrest-9.0.0-inplace" 'False) (C1 ('MetaCons "PgVersion" 'PrefixI 'True) (S1 ('MetaSel ('Just "pgvNum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "pgvName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
minimumPgVersion :: PgVersion Source #
Tells the minimum PostgreSQL version required by this version of PostgREST