diff src/postgres.sml @ 882:9c1b7e46eed2

MySQL CGI working
author Adam Chlipala <adamc@hcoop.net>
date Fri, 17 Jul 2009 12:58:37 -0400
parents 8e9f2d247dba
children 5805fa825fe8
line wrap: on
line diff
--- a/src/postgres.sml	Fri Jul 17 12:34:00 2009 -0400
+++ b/src/postgres.sml	Fri Jul 17 12:58:37 2009 -0400
@@ -893,7 +893,8 @@
                   createSequence = fn s => "CREATE SEQUENCE " ^ s,
                   textKeysNeedLengths = false,
                   supportsNextval = true,
-                  supportsNestedPrepared = true}
+                  supportsNestedPrepared = true,
+                  sqlPrefix = ""}
 
 val () = setDbms "postgres"