Document the multi() function.

git-svn-id: http://svn.osgeo.org/postgis/trunk@557 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2004-05-28 02:42:14 +00:00
parent f9a23d4827
commit a66c0642e5

View file

@ -2620,6 +2620,12 @@ FROM geometry_table;</literallayout>
takes.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>multi(geometry)</term>
<listitem>
<para>Returns the geometry as a MULTI* geometry. If the geometry is already a MULTI*, it is returned unchanged.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>npoints(geometry)</term>
<listitem>