diff src/postgres.sml @ 1777:59b07fdae1ff

Partitioning and ordering for window functions
author Adam Chlipala <adam@chlipala.net>
date Sat, 02 Jun 2012 16:47:09 -0400
parents ac141fbb313a
children 690638bd9fef
line wrap: on
line diff
--- a/src/postgres.sml	Sat Jun 02 16:00:50 2012 -0400
+++ b/src/postgres.sml	Sat Jun 02 16:47:09 2012 -0400
@@ -1063,7 +1063,8 @@
                   trueString = "TRUE",
                   falseString = "FALSE",
                   onlyUnion = false,
-                  nestedRelops = true}
+                  nestedRelops = true,
+                  windowFunctions = true}
 
 val () = setDbms "postgres"