Database reference - postgis

postgis -  functions -  public.update_geometry_stats

Description

none

Function properties

namevalue
namepublic.update_geometry_stats
return typepg_catalog.text 
languageSQL
deterministicNO

Usage

result = public.update_geometry_stats();

Code

CREATE FUNCTION update_geometry_stats() RETURNS text
    AS $$ SELECT 'update_geometry_stats() has been obsoleted. Statistics are automatically built running the ANALYZE command'::text$$
    LANGUAGE sql;




Documentation generated by SqlSpec