]> granicus.if.org Git - postgresql/commitdiff
Reworded sentence as suggested by Stephen Frost.
authorMichael Meskes <meskes@postgresql.org>
Sat, 19 May 2012 12:42:47 +0000 (14:42 +0200)
committerMichael Meskes <meskes@postgresql.org>
Sat, 19 May 2012 12:44:56 +0000 (14:44 +0200)
doc/src/sgml/ref/create_type.sgml

index 7d87a67b3f1501097629092c756d3bfe7172bbd3..d822037e4cb2d1c3046c031a1cff74c075709eec 100644 (file)
@@ -465,8 +465,8 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
     identical things, and you want to allow these things to be accessed
     directly by subscripting, in addition to whatever operations you plan
     to provide for the type as a whole.  For example, type <type>point</>
-    is represented as just two floating-point numbers, which it allows to be
-    accessed as <literal>point[0]</> and <literal>point[1]</>.
+    is represented as just two floating-point numbers, each can be accessed using
+    <literal>point[0]</> and <literal>point[1]</>.
     Note that
     this facility only works for fixed-length types whose internal form
     is exactly a sequence of identical fixed-length fields.  A subscriptable