summaryrefslogtreecommitdiff
path: root/src/postgres.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2018-12-17 17:05:22 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2018-12-17 17:05:22 -0500
commitc88aa571002f0dd713158f8b80bfeacbd0a69569 (patch)
tree507937107d84d7bff716d0a7a329734101cba009 /src/postgres.sml
parent7578916b630bd84ec3f8e7d97aaaa1cc7828e5ef (diff)
When using a file cache, add plugin-loading code (for SHA512) to tops of .sql files
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgres.sml b/src/postgres.sml
index 2b6bee8c..a33a1de4 100644
--- a/src/postgres.sml
+++ b/src/postgres.sml
@@ -1154,7 +1154,7 @@ val () = addDbms {name = "postgres",
nestedRelops = true,
windowFunctions = true,
supportsIsDistinctFrom = true,
- supportsSHA512 = true}
+ supportsSHA512 = SOME "CREATE EXTENSION pgcrypto;"}
val () = setDbms "postgres"