Ticket #763 (closed defect: fixed)
Topology_comments - createtopogeom(..) is missing
| Reported by: | aperi2007 | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | Cc: |
Description
Hi,
I try the postgis200 (version 10JAN2010)on windows using postgres 9.0.2.
seem to miss the createtopogeom() from topology_comments.
I report the logs here.
C:\Program Files (x86)\PostgreSQL\9.0>REM installs topology support
C:\Program Files (x86)\PostgreSQL\9.0>"C:\Program Files (x86)\PostgreSQL\9.0\bin \\psql" -d "template_postgis20" -f "share\contrib\postgis-2.0\topology\topology .sql" CREATE SCHEMA psql:share/contrib/postgis-2.0/topology/topology.sql:219: NOTICE: CREATE TABLE will create implicit sequence "topology_id_seq" for serial column "topology.id" psql:share/contrib/postgis-2.0/topology/topology.sql:219: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "topology_pkey" for table "topology" psql:share/contrib/postgis-2.0/topology/topology.sql:219: NOTICE: CREATE TABLE / UNIQUE will create implicit index "topology_name_key" for table "topology" CREATE TABLE CREATE FUNCTION psql:share/contrib/postgis-2.0/topology/topology.sql:321: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "layer_pkey" for table "layer" psql:share/contrib/postgis-2.0/topology/topology.sql:321: NOTICE: CREATE TABLE / UNIQUE will create implicit index "layer_schema_name_table_name_feature_column _key" for table "layer" CREATE TABLE CREATE TRIGGER CREATE TYPE CREATE TYPE CREATE TYPE CREATE DOMAIN CREATE DOMAIN CREATE DOMAIN CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE CAST CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION psql:share/contrib/postgis-2.0/topology/topology.sql:2799: NOTICE: aggregate to pology.topoelementarray_agg(topology.topoelement) does not exist, skipping DROP AGGREGATE CREATE AGGREGATE CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION
C:\Program Files (x86)\PostgreSQL\9.0>"C:\Program Files (x86)\PostgreSQL\9.0\bin \\psql" -d "template_postgis20" -f "share\contrib\postgis-2.0\topology\topology _comments.sql" SET COMMENT COMMENT COMMENT COMMENT COMMENT COMMENT COMMENT psql:share/contrib/postgis-2.0/topology/topology_comments.sql:18: ERROR: functi on createtopogeom(character varying, character varying, integer, topoelementarra y) does not exist

