Ticket #763 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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


Attachments

topology_comments.sql Download (2.0 KB) - added by robe 2 years ago.
revised topology_comments.sql

Change History

Changed 2 years ago by robe

revised topology_comments.sql

Changed 2 years ago by robe

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.

Changed 2 years ago by robe

  • status changed from new to closed
  • resolution set to fixed

forgot to close this out

Note: See TracTickets for help on using tickets.