pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: postgis_topology_scripts_installed

 

 

Schema

topology

 

Owner

postgres

 

Descriptions

There is no description for function postgis_topology_scripts_installed

 

Options

Option

Value

Returns

text

Language

sql

Parameters

There are no parameters for function postgis_topology_scripts_installed

 

Definition

CREATE OR REPLACE FUNCTION topology.postgis_topology_scripts_installed (
)
RETURNS text AS
$span$
SELECT
'2.3.2'::text || ' r' || 15302::text AS version
$span$
LANGUAGE
'sql'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST
100;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic