diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index b64f64836ce..e805d2beacf 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -497,13 +497,13 @@ CREATE TABLE tablename ( text - (4+x) bytes + (4+length) bytes Best choice Variable-length varchar(n) - (4+x) bytes + (4+n) bytes SQL92-compatible Variable-length with limit