Re: OCTET_LENGTH is wrong

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: zakkr(at)zf(dot)jcu(dot)cz
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us, tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: OCTET_LENGTH is wrong
Date: 2001-11-20 09:53:47
Message-ID: 20011120185347I.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > There have been three ideas of what octet_length() sould return:
> >
> > 1) compressed on-disk storage length
> > 2) byte length in server-side encoding
> > 3) byte length in client-side encoding
>
> Very nice is possibility of choice... What add everything:
>
> octet_length_storage()
> octet_length_server()
> octet_length_client()

We only need one of octet_length_server() or octet_length_client().
We could emulate the rest using convert() etc.
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tille, Andreas 2001-11-20 10:35:33 Re: Further open item (Was: Status of 7.2)
Previous Message Karel Zak 2001-11-20 09:12:25 Re: OCTET_LENGTH is wrong