]> granicus.if.org Git - postgresql/commitdiff
Hyphenate variable-length for consistency.
authorRobert Haas <rhaas@postgresql.org>
Thu, 8 Oct 2015 16:29:25 +0000 (12:29 -0400)
committerRobert Haas <rhaas@postgresql.org>
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 <replaceable class="parameter">name</replaceable>
    <replaceable class="parameter">internallength</replaceable>.
    Base data types can be fixed-length, in which case
    <replaceable class="parameter">internallength</replaceable> is a
-   positive integer, or variable  length, indicated by setting
+   positive integer, or variable-length, indicated by setting
    <replaceable class="parameter">internallength</replaceable>
    to <literal>VARIABLE</literal>.  (Internally, this is represented
    by setting <literal>typlen</> to -1.)  The internal representation of all