BUG #4109: Typo in documentation

From: "Fujii Masao" <fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4109: Typo in documentation
Date: 2008-04-16 13:50:56
Message-ID: 200804161350.m3GDouR2025307@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4109
Logged by: Fujii Masao
Email address: fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp
PostgreSQL version: 8.3
Operating system: All
Description: Typo in documentation
Details:

I found the typo in
http://www.postgresql.org/docs/8.3/static/datatype-enum.html .

> The length of an enum value's textual label is limited by the NAMEDATALEN

> setting compiled into PostgreSQL; in standard builds this means at most 63
bytes.

Correct is that the NAMEDATALEN means 64 bytes in standard builds.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Eugen.Konkov 2008-04-16 14:09:05 BUG: Protocol 3.0 ErrorResponse: Last 'null' character seems odd
Previous Message Eugen.Konkov 2008-04-16 11:13:55 BUG: Protocol 3.0: that's just odd, needing to add the number of bytes the length field occupies