summaryrefslogtreecommitdiff
path: root/src/postgres.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml4
1 files changed, 3 insertions, 1 deletions
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"