]> granicus.if.org Git - postgis/commitdiff
document build date and lib version maintenance functions
authorRegina Obe <lr@pcorp.us>
Fri, 30 Apr 2010 18:34:04 +0000 (18:34 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 30 Apr 2010 18:34:04 +0000 (18:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5593 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_wktraster.xml

index c87b534617356e80ca3d122aebd714441fa1ecfa..c07b1f4d11a863febebba6cbc7f611af5746734c 100644 (file)
@@ -372,6 +372,89 @@ UPDATE raster_columns SET extent = (SELECT ST_Union(ST_Envelope(rast)) FROM myra
                <para><xref linkend="RT_AddRasterColumn"/>, <xref linkend="RT_DropRasterColumn"/></para>
          </refsection>
        </refentry>
+       
+       <refentry id="RT_PostGIS_Raster_Lib_Build_Date()">
+         <refnamediv>
+               <refname>PostGIS_Raster_Lib_Build_Date</refname>
+
+               <refpurpose>Reports full raster library build date</refpurpose>
+         </refnamediv>
+
+         <refsynopsisdiv>
+               <funcsynopsis>
+                 <funcprototype>
+                       <funcdef>timestamp <function>PostGIS_Raster_Lib_Build_Date</function></funcdef>
+
+                       <paramdef></paramdef>
+                 </funcprototype>
+               </funcsynopsis>
+         </refsynopsisdiv>
+
+         <refsection>
+               <title>Description</title>
+
+               <para>Reports raster build date</para>
+         </refsection>
+
+         <refsection>
+               <title>Examples</title>
+
+               <programlisting>SELECT PostGIS_Raster_Lib_Build_Date();
+postgis_raster_lib_build_date
+-----------------------------
+2010-04-28 21:15:10
+</programlisting>
+         </refsection>
+
+         <refsection>
+               <title>See Also</title>
+
+               <para> <xref linkend="RT_PostGIS_Raster_Lib_Version" /></para>
+         </refsection>
+       </refentry>
+       
+       <refentry id="RT_PostGIS_Raster_Lib_Version">
+         <refnamediv>
+               <refname>PostGIS_Raster_Lib_Version</refname>
+
+               <refpurpose>Reports full raster version and build configuration
+               infos.</refpurpose>
+         </refnamediv>
+
+         <refsynopsisdiv>
+               <funcsynopsis>
+                 <funcprototype>
+                       <funcdef>text <function>PostGIS_Raster_Lib_Version</function></funcdef>
+
+                       <paramdef></paramdef>
+                 </funcprototype>
+               </funcsynopsis>
+         </refsynopsisdiv>
+
+         <refsection>
+               <title>Description</title>
+
+               <para>Reports full raster version and build configuration
+               infos.</para>
+         </refsection>
+
+         <refsection>
+               <title>Examples</title>
+
+               <programlisting>SELECT PostGIS_Raster_Lib_Version();
+postgis_raster_lib_version
+-----------------------------
+ 0.1.6d
+</programlisting>
+         </refsection>
+
+         <refsection>
+               <title>See Also</title>
+
+               <para> <xref
+               linkend="PostGIS_Lib_Version" /></para>
+         </refsection>
+       </refentry>
 
   </sect1>