HISTORY addition

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: HISTORY addition
Date: 2001-11-21 02:01:32
Message-ID: 20011121110132I.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce,

Please add followings to HISTORY:

Formats with the correct number of columns for UNICODE in psql (Patrice)
Add ISO 8859-5,6,7,8 support (Tatsuo)
Optimize LIKE/ILIKE when using single-byte encodings (Tatsuo)

Also I suggest we note somewhere that now octet_length(text) returns
the length BEFORE compression for an incompatible change.
--
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-11-21 02:19:42 Re: HISTORY addition
Previous Message Bruce Momjian 2001-11-21 01:10:51 Re: OCTET_LENGTH is wrong