Commit graph

9 commits

Author SHA1 Message Date
Sandro Santilli f96a7c346b cleaner comments for DropGeometryColumn
git-svn-id: http://svn.osgeo.org/postgis/trunk@429 b70326c6-7e19-0410-871a-916f4a2858ee
2004-01-20 20:14:17 +00:00
Sandro Santilli 2da2b51bca For all versions:
Updated fix_geometry_columns to use a more readable format in queries.

For PG >= 73:
Updated fix_geometry_columns() to consider schema when fixing attrelid and
varattnum, also changed empty value to 'public' string for records with
an invalid schema specification.
Updated DropGeometryColumn to actually issue the
ALTER TABLE DROP COLUMN query.


git-svn-id: http://svn.osgeo.org/postgis/trunk@416 b70326c6-7e19-0410-871a-916f4a2858ee
2003-12-30 10:40:21 +00:00
Sandro Santilli 18de82079e AddGeometryColumn, DropGeometryColum moved to version-specific scripts.
Schema support enabled for version 73 and 74.


git-svn-id: http://svn.osgeo.org/postgis/trunk@414 b70326c6-7e19-0410-871a-916f4a2858ee
2003-12-23 09:00:12 +00:00
Sandro Santilli 20109b41e9 Changed fix_geometry_columns() for PG >= 73 so to set f_table_schema to
the empty string if its value is not a valid pg namespace.


git-svn-id: http://svn.osgeo.org/postgis/trunk@412 b70326c6-7e19-0410-871a-916f4a2858ee
2003-12-18 18:07:06 +00:00
Sandro Santilli 9a953f8f9a Added explicit geometry as text cast
git-svn-id: http://svn.osgeo.org/postgis/trunk@395 b70326c6-7e19-0410-871a-916f4a2858ee
2003-11-28 11:25:31 +00:00
Paul Ramsey d6f7f47e2d Added CVS revision headers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@278 b70326c6-7e19-0410-871a-916f4a2858ee
2003-07-01 18:30:55 +00:00
Chris Hodgson 6f7054ca78 swapped '~=' for '=' in the operator class definition for gist_geometry_ops.
git-svn-id: http://svn.osgeo.org/postgis/trunk@247 b70326c6-7e19-0410-871a-916f4a2858ee
2003-03-06 18:57:24 +00:00
David Blasby c978eec0db indexing for 7.3: @ and ~ were backwards. Corrected.
git-svn-id: http://svn.osgeo.org/postgis/trunk@244 b70326c6-7e19-0410-871a-916f4a2858ee
2003-03-06 18:04:14 +00:00
Paul Ramsey 1d0cae9cac New SQL update files, with version dependant start and end scripts.
git-svn-id: http://svn.osgeo.org/postgis/trunk@226 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-10 04:36:37 +00:00