aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postgres.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/postgres.sml b/src/postgres.sml
index db9c9d3a..e555c565 100644
--- a/src/postgres.sml
+++ b/src/postgres.sml
@@ -1063,7 +1063,8 @@ val () = addDbms {name = "postgres",
trueString = "TRUE",
falseString = "FALSE",
onlyUnion = false,
- nestedRelops = true}
+ nestedRelops = true,
+ windowFunctions = true}
val () = setDbms "postgres"