Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.148.2.37 -r1.148.2.38 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 2 Sep 2021 16:41:08 -0000 1.148.2.37 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 7 Sep 2021 15:27:43 -0000 1.148.2.38 @@ -75,7 +75,7 @@ switch -- $type { string { set type text } long_text { set type text } - date { set type "timestamp with timezone" } + date { set type "timestamp with time zone" } ltree { set type [expr {[::xo::dc has_ltree] ? "ltree" : "text" }] } default { return [next] } }