On Wed, 6 Aug 2003 at 18:02, Tom Lane wrote: > Mahlon Stacy <[EMAIL PROTECTED]> writes: > > Newer versions of TCL implement ByteArray objects which are > > the best fit for Postgresql Large Object functions. > > How newer is "newer"? That is, what compatibility problems might we > create if we make this change?
ByteArrays were introduced in Tcl 8.1 (March 1999) along with the change to use UTF-8 as internal string encoding. cu Reinhard ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match