Mercurial > urweb
diff src/postgres.sml @ 1196:134da5110bf7
Relational operators portability
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 01 Apr 2010 17:21:16 -0400 |
parents | bafb6a5a52a9 |
children | 514be09d5018 |
line wrap: on
line diff
--- a/src/postgres.sml Sun Mar 28 10:10:35 2010 -0400 +++ b/src/postgres.sml Thu Apr 01 17:21:16 2010 -0400 @@ -951,7 +951,9 @@ sqlPrefix = "", supportsOctetLength = true, trueString = "TRUE", - falseString = "FALSE"} + falseString = "FALSE", + onlyUnion = false, + nestedRelops = true} val () = setDbms "postgres"