confused expression

From: "He Weiping (Laser Henry)" <laser(at)zhengmai(dot)com(dot)cn>
To:
Cc: pgsql-docs(at)postgresql(dot)org
Subject: confused expression
Date: 2000-11-13 02:26:26
Message-ID: 3A0F5152.CE16C423@zhengmai.com.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I think in datatype.sgml line 506 or so:
<entry>varchar(n)</entry>
<entry>(4+x) bytes</entry>

should be
<entry>varchar(n)</entry>
<entry>(4+n) bytes</entry>

or
<entry>varchar(x)</entry>
<entry>(4+x) bytes</entry>

Regards

Laser

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tatsuo Ishii 2000-11-14 05:54:34 Re: [PATCHES] A Patch for MIC to EUC_TW code converting in mbsupport
Previous Message Thomas Lockhart 2000-11-12 16:03:02 Re: System application reference pages