diff options
Diffstat (limited to 'src/postgres.sml')
-rw-r--r-- | src/postgres.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/postgres.sml b/src/postgres.sml index a178f086..f82b567d 100644 --- a/src/postgres.sml +++ b/src/postgres.sml @@ -890,6 +890,7 @@ val () = addDbms {name = "postgres", p_cast = p_cast, p_blank = p_blank, supportsDeleteAs = true, + supportsUpdateAs = true, createSequence = fn s => "CREATE SEQUENCE " ^ s, textKeysNeedLengths = false, supportsNextval = true, |