Commit 1e353198 authored by Robert Haas's avatar Robert Haas

Hyphenate variable-length for consistency.

We hyphenate "fixed-length" earlier in the same sentence, and overall we
more often use "variable-length" rather than "variable length".

Nikolay Shaplov
parent fd5eaad7
...@@ -324,7 +324,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable> ...@@ -324,7 +324,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
<replaceable class="parameter">internallength</replaceable>. <replaceable class="parameter">internallength</replaceable>.
Base data types can be fixed-length, in which case Base data types can be fixed-length, in which case
<replaceable class="parameter">internallength</replaceable> is a <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> <replaceable class="parameter">internallength</replaceable>
to <literal>VARIABLE</literal>. (Internally, this is represented to <literal>VARIABLE</literal>. (Internally, this is represented
by setting <literal>typlen</> to -1.) The internal representation of all by setting <literal>typlen</> to -1.) The internal representation of all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment