Reworded sentence as suggested by Stephen Frost.

This commit is contained in:
Michael Meskes 2012-05-19 14:42:47 +02:00
parent 2273a50364
commit c1ba858c6d

View File

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