From: Paul Ramsey Date: Tue, 4 Feb 2003 23:11:34 +0000 (+0000) Subject: Changed constraint name for geometry_columns_pk. X-Git-Tag: pgis_0_7_4~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac00534052f75c6826a8ae296c2f55e39a4a6509;p=postgis Changed constraint name for geometry_columns_pk. git-svn-id: http://svn.osgeo.org/postgis/trunk@238 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Attic/postgis_sql_common.sql.in b/Attic/postgis_sql_common.sql.in index 9c51ff210..817fcaab2 100644 --- a/Attic/postgis_sql_common.sql.in +++ b/Attic/postgis_sql_common.sql.in @@ -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,