From 0711137eb49ee22f30f8201d90f1a594f7d0b190 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 1 Apr 2010 17:21:16 -0400 Subject: Relational operators portability --- src/postgres.sml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/postgres.sml') diff --git a/src/postgres.sml b/src/postgres.sml index a3f33db1..8541ca4a 100644 --- a/src/postgres.sml +++ b/src/postgres.sml @@ -951,7 +951,9 @@ val () = addDbms {name = "postgres", sqlPrefix = "", supportsOctetLength = true, trueString = "TRUE", - falseString = "FALSE"} + falseString = "FALSE", + onlyUnion = false, + nestedRelops = true} val () = setDbms "postgres" -- cgit v1.2.3