aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-10-08 12:29:25 -0400
committerRobert Haas <rhaas@postgresql.org>2015-10-08 12:29:25 -0400
commit1e353198612586befd44fe5e87304d08ebfac552 (patch)
treef3e89acf36deb21df4663c4b9ade5fc3b7d5187e
parentfd5eaad71529d508a1b1e411b3dc16e0b2d33da5 (diff)
downloadpostgresql-1e353198612586befd44fe5e87304d08ebfac552.tar.gz
postgresql-1e353198612586befd44fe5e87304d08ebfac552.zip
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
-rw-r--r--doc/src/sgml/ref/create_type.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml
index a6a4644d590..5a09f1942a7 100644
--- a/doc/src/sgml/ref/create_type.sgml
+++ b/doc/src/sgml/ref/create_type.sgml
@@ -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