[postgis-devel] [PostGIS] #714: topology is using outdated sql syntax
PostGIS
trac at osgeo.org
Thu Dec 16 07:04:10 PST 2010
#714: topology is using outdated sql syntax
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
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.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/714>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list