Re: [HACKERS] [PATCH] minor doc patch

2015-10-08 Thread Robert Haas
On Tue, Oct 6, 2015 at 12:07 PM, Nikolay Shaplov
 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


[HACKERS] [PATCH] minor doc patch

2015-10-06 Thread Nikolay Shaplov
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 Companydiff --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 name
internallength.
Base data types can be fixed-length, in which case
internallength is a
-   positive integer, or variable  length, indicated by setting
+   positive integer, or variable-length, indicated by setting
internallength
to VARIABLE.  (Internally, this is represented
by setting typlen to -1.)  The internal representation of all

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