comparison 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
comparison
equal deleted inserted replaced
1776:8f28c3295148 1777:59b07fdae1ff
1061 sqlPrefix = "", 1061 sqlPrefix = "",
1062 supportsOctetLength = true, 1062 supportsOctetLength = true,
1063 trueString = "TRUE", 1063 trueString = "TRUE",
1064 falseString = "FALSE", 1064 falseString = "FALSE",
1065 onlyUnion = false, 1065 onlyUnion = false,
1066 nestedRelops = true} 1066 nestedRelops = true,
1067 windowFunctions = true}
1067 1068
1068 val () = setDbms "postgres" 1069 val () = setDbms "postgres"
1069 1070
1070 end 1071 end