| name | value |
|---|---|
| name | public.postgis_scripts_installed |
| return type | pg_catalog.text |
| language | SQL |
| deterministic | YES |
result = public.postgis_scripts_installed();
CREATE FUNCTION postgis_scripts_installed() RETURNS text AS $$SELECT '1.3.5'::text AS version$$ LANGUAGE sql IMMUTABLE;