[PATCH] minor doc patch

Started by Nikolay Shaplovover 10 years ago2 messages
#1Nikolay Shaplov
n.shaplov@postgrespro.ru
1 attachment(s)

This patch changes in

http://www.postgresql.org/docs/9.5/static/sql-createtype.html

"variable length" into "variable-length", since in other places there it is
written with "-" in the middle, not " ".

--
Nikolay Shaplov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Attachments:

doc-variable-length-patch.difftext/x-patch; charset=UTF-8; name=doc-variable-length-patch.diffDownload
diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml
index a6a4644..5a09f19 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
#2Robert Haas
robertmhaas@gmail.com
In reply to: Nikolay Shaplov (#1)
Re: [PATCH] minor doc patch

On Tue, Oct 6, 2015 at 12:07 PM, Nikolay Shaplov
<n.shaplov@postgrespro.ru> wrote:

This patch changes in

http://www.postgresql.org/docs/9.5/static/sql-createtype.html

"variable length" into "variable-length", since in other places there it is
written with "-" in the middle, not " ".

Makes sense to me. I'm not sure we want to do this everywhere, but it
surely makes sense here, so committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers