Hyphenate variable-length for consistency.
authorRobert Haas
Thu, 8 Oct 2015 16:29:25 +0000 (12:29 -0400)
committerRobert Haas
Thu, 8 Oct 2015 16:29:25 +0000 (12:29 -0400)
We hyphenate "fixed-length" earlier in the same sentence, and overall we
more often use "variable-length" rather than "variable length".

Nikolay Shaplov

doc/src/sgml/ref/create_type.sgml

index a6a4644d5904bd51f837485bc0c4707ddf2f27d8..5a09f1942a7064c89a767d771f27a8274cc9f6e8 100644 (file)
@@ -324,7 +324,7 @@ CREATE TYPE name
    internallength.
    Base data types can be fixed-length, in which case
    internallength is a
-   positive integer, or variable  length, indicated by setting
+   positive integer, or variable-length, indicated by setting
    internallength
    to VARIABLE.  (Internally, this is represented
    by setting typlen to -1.)  The internal representation of all