Opened 14 years ago
Closed 14 years ago
#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: | master |
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
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | topology_comments.sql added |
---|
comment:1 by , 14 years ago
Andrea,
Not sure how I missed that one. The documentation had the wrong data type for tg_type. I corrected the documentation. After I've documentated a few more functions — I'll release a new build. In the mean time, I've attached a fixed togpology_comments.sql. Are you still having trouble building comments. My mingw xsltproc crashes lately during comments build (could be same issue you are having but manifested differently), so I usually build the comments as a separate xsltproc script process and also without docbook.
revised topology_comments.sql