From 858481a426ea3873440c3bed30eb563f8cf3480e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 2 Jun 2012 16:47:09 -0400 Subject: Partitioning and ordering for window functions --- src/postgres.sml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/postgres.sml') 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" -- cgit v1.2.3