summaryrefslogtreecommitdiff
path: root/src/postgres.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-07-17 12:58:37 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-07-17 12:58:37 -0400
commit2e4d220fbdbee54f07d0ab1bfccd050880012c25 (patch)
tree0a5ee98e028ce9b02f2ba341da4ef81846d3c68e /src/postgres.sml
parentad2b8b250083aef97842f3f4f047ce7bc276673d (diff)
MySQL CGI working
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/postgres.sml b/src/postgres.sml
index 163bc0b8..a178f086 100644
--- a/src/postgres.sml
+++ b/src/postgres.sml
@@ -893,7 +893,8 @@ val () = addDbms {name = "postgres",
createSequence = fn s => "CREATE SEQUENCE " ^ s,
textKeysNeedLengths = false,
supportsNextval = true,
- supportsNestedPrepared = true}
+ supportsNestedPrepared = true,
+ sqlPrefix = ""}
val () = setDbms "postgres"