[postgis-users] Can't create topology schema/functions - PostgreSQL 9.0.1 & PostGIS 1.5.2

strk strk at keybit.net
Wed Dec 8 13:00:46 PST 2010


On Thu, Dec 09, 2010 at 12:35:53AM +1100, chlists at me.com wrote:
> I would like to use topologies in PostGIS and just tried to create the topology schema from the latest PostGIS 1.5.2 download in a 9.0.1 postgresql database. As written in the README I ran:
> 
> make
> psql mydb < topologies.sql
> 
> and also tested
> psql mydb -f topologies.sql
> 
> but this gives me the following error messages:
> 
> ERROR:  schema "topology" does not exist
> BEGIN
> CREATE SCHEMA
...
> ERROR:  syntax error at or near "CREATEFUNCTION"
> LINE 1: CREATEFUNCTION topology.LayerTrigger()

I tought we weren't distributing topology yet ?
Anyway, if you're looking at topology please try
current SVN head. I've been fixing the CREATEFUNCTION one
recently, while the first ERROR is a false alarm.

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



More information about the postgis-users mailing list