#585 closed defect (fixed)
Error running topology.sql
Reported by: | aperi2007 | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | 1.5.X |
Keywords: | Cc: |
Description
Try-ing to install the topology module, when I try to run
make psql -h localhost -f topology.sql
I have an error and all rollbacks.
...... psql:topology.sql:676: ERROR: syntax error at or near "table"
quote_literal(table) | , |
psql:topology.sql:683: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:topology.sql:784: ERROR: current transaction is aborted, commands ignored until end of transaction block .....
I'm using
postgres 9.0rc1 postgis r5960 geos r3104 on Debian 5.0 Lenny 32 bit.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | no_table.patch added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Hi,
I tested it. Now it was execute without errors.
Just an addendum:
I think the README must be enhanced . Now it say this:
make psql -f topology.sql
I think was better something like this (more general):
make psql -f -d <database postgis enabled> -U <username owner database> -f topology.sql
Regards,
Andrea.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
Component: | postgis → topology |
---|
Please try applying the attached patch (no_table.patch).
I don't have 9.0 to test atm