Opened 14 years ago

Closed 13 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 robe, 14 years ago

Component: postgistopology
Owner: changed from pramsey to strk

comment:2 by strk, 13 years ago

Resolution: fixed
Status: newclosed

Done with r6950

Note: See TracTickets for help on using tickets.