Skip to content

Commit 5a0152b

Browse files
committed
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 Henry
1 parent 312063c commit 5a0152b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.41 2000/11/11 23:27:48 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.42 2000/11/16 06:03:40 momjian Exp $
33
-->
44

55
<chapter id="datatype">
@@ -497,13 +497,13 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
497497
</row>
498498
<row>
499499
<entry>text</entry>
500-
<entry>(4+x) bytes</entry>
500+
<entry>(4+length) bytes</entry>
501501
<entry>Best choice</entry>
502502
<entry>Variable-length</entry>
503503
</row>
504504
<row>
505505
<entry>varchar(n)</entry>
506-
<entry>(4+x) bytes</entry>
506+
<entry>(4+n) bytes</entry>
507507
<entry><acronym>SQL92</acronym>-compatible</entry>
508508
<entry>Variable-length with limit</entry>
509509
</row>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy