]> granicus.if.org Git - postgis/commitdiff
Changed constraint name for geometry_columns_pk.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 4 Feb 2003 23:11:34 +0000 (23:11 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 4 Feb 2003 23:11:34 +0000 (23:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@238 b70326c6-7e19-0410-871a-916f4a2858ee

Attic/postgis_sql_common.sql.in

index 9c51ff2108145511d6600158f617c7db9565e8ad..817fcaab24be563001383c38b42a439e8d68e447 100644 (file)
@@ -23,7 +23,7 @@ CREATE TABLE geometry_columns (
        attrelid oid,
        varattnum int,
        stats histogram2d,
-       CONSTRAINT gc_ok primary key ( 
+       CONSTRAINT geometry_columns_pk primary key ( 
                f_table_catalog, 
                f_table_schema, 
                f_table_name,