]> granicus.if.org Git - postgis/commitdiff
Drop reference to postgis_uses_stats (#1632)
authorSandro Santilli <strk@keybit.net>
Thu, 1 Mar 2012 11:58:43 +0000 (11:58 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 1 Mar 2012 11:58:43 +0000 (11:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9362 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_management.xml

index b55439e7cc3438b0cd32ed9a7bf28d6b63d381d1..ec498aea5edb74cabf7636b3b3e15f440eea3737 100644 (file)
@@ -760,48 +760,6 @@ DROP TABLE my_schema.my_spatial_table;
          </refsection>
        </refentry>
 
-       <refentry id="PostGIS_Uses_Stats">
-         <refnamediv>
-               <refname>PostGIS_Uses_Stats</refname>
-
-               <refpurpose>Returns <varname>TRUE</varname> if STATS usage has been
-               enabled.</refpurpose>
-         </refnamediv>
-
-         <refsynopsisdiv>
-               <funcsynopsis>
-                 <funcprototype>
-                       <funcdef>text <function>PostGIS_Uses_Stats</function></funcdef>
-
-                       <paramdef></paramdef>
-                 </funcprototype>
-               </funcsynopsis>
-         </refsynopsisdiv>
-
-         <refsection>
-               <title>Description</title>
-
-               <para>Returns <varname>TRUE</varname> if STATS usage has been enabled,
-               <varname>FALSE</varname> otherwise.</para>
-         </refsection>
-
-         <refsection>
-               <title>Examples</title>
-
-               <programlisting>SELECT PostGIS_Uses_Stats();
- postgis_uses_stats
---------------------
- t
-(1 row)</programlisting>
-         </refsection>
-
-         <refsection>
-               <title>See Also</title>
-
-               <para><xref linkend="PostGIS_Version" /></para>
-         </refsection>
-       </refentry>
-
        <refentry id="PostGIS_Version">
          <refnamediv>
                <refname>PostGIS_Version</refname>