<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>