summaryrefslogtreecommitdiff
path: root/src/postgres.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/postgres.sml b/src/postgres.sml
index 2b0a710d..94f0e42e 100644
--- a/src/postgres.sml
+++ b/src/postgres.sml
@@ -1153,6 +1153,7 @@ val () = addDbms {name = "postgres",
onlyUnion = false,
nestedRelops = true,
windowFunctions = true,
+ requiresTimestampDefaults = false,
supportsIsDistinctFrom = true,
supportsSHA512 = SOME {InitializeDb = "CREATE EXTENSION pgcrypto;",
GenerateHash = fn name => "DIGEST(" ^ name ^ ", 'sha512')"}}