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.31 -r1.148.2.32 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 1 Feb 2021 10:41:29 -0000 1.148.2.31 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 11 Feb 2021 16:41:49 -0000 1.148.2.32 @@ -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 {[:has_ltree] ? "ltree" : "text" }] } default { return [next] } }