Opened 14 years ago
Closed 14 years ago
#714 closed defect (fixed)
topology is using outdated sql syntax
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Strk -- this is a minor gripe, but I took a look at the topology sql files and they are using obsolete syntax.
First of all $$ quoting is the standard for PostgreSQL nowadays. ' quoting went out in PostgreSQL 8.0. This would make this much more manageable and understandable as you wouldn't have so many in the code.
Secondly we don't do that CREATEFUNCTION anymore. Its just CREATE OR REPLACE FUNCTION.
Change History (2)
comment:1 by , 14 years ago
Component: | postgis → topology |
---|---|
Owner: | changed from | to
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Done with r6950