diff --git a/Database/Persist/Postgresql.hs b/Database/Persist/Postgresql.hs
--- a/Database/Persist/Postgresql.hs
+++ b/Database/Persist/Postgresql.hs
@@ -284,6 +284,7 @@
     getType "float4" = Right $ SqlReal
     getType "float8" = Right $ SqlReal
     getType "bytea" = Right $ SqlBlob
+    getType "time" = Right $ SqlTime
     getType a = Left $ pack $ "Unknown type: " ++ a
 getColumn _ _ x =
     return $ Left $ pack $ "Invalid result from information_schema: " ++ show x
diff --git a/persistent-postgresql.cabal b/persistent-postgresql.cabal
--- a/persistent-postgresql.cabal
+++ b/persistent-postgresql.cabal
@@ -1,5 +1,5 @@
 name:            persistent-postgresql
-version:         0.6.1.2
+version:         0.6.1.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
