aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postgres.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/postgres.sml b/src/postgres.sml
index e555c565..ce7a78dd 100644
--- a/src/postgres.sml
+++ b/src/postgres.sml
@@ -380,6 +380,8 @@ fun init {dbstring, prepared = ss, tables, views, sequences} =
newline,
string "uw_Estrings = 1;",
newline,
+ string "uw_sql_type_annotations = 1;",
+ newline,
string "uw_sqlsuffixString = \"::text\";",
newline,
string "uw_sqlsuffixChar = \"::char\";",