From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "He Weiping (Laser Henry)" <laser(at)zhengmai(dot)com(dot)cn> |
Cc: | pgsql-docs(at)postgresql(dot)org |
Subject: | Re: confused expression |
Date: | 2000-11-16 06:03:48 |
Message-ID: | 200011160603.BAA02317@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
Thanks. Fix applied.
---------------------------------------------------------------------------
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
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2000-11-16 16:56:18 | Re: confused expression |
Previous Message | Bruce Momjian | 2000-11-16 06:01:30 | Re: Re: [PATCHES] A Patch for MIC to EUC_TW code converting in mbsupport |