Re: confused expression - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: confused expression
Date
Msg-id 200011160603.BAA02317@candle.pha.pa.us
Whole thread Raw
In response to confused expression  ("He Weiping (Laser Henry)" <laser@zhengmai.com.cn>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-docs by date:

Previous
From: netad24@netad24.com
Date:
Subject: aktuelle Viruswarnung - BITTE BEACHTEN
Next
From: Thomas Lockhart
Date:
Subject: Re: confused expression