mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
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
This commit is contained in:
parent
fd5eaad715
commit
1e35319861
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user