From ac00534052f75c6826a8ae296c2f55e39a4a6509 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 4 Feb 2003 23:11:34 +0000 Subject: [PATCH] Changed constraint name for geometry_columns_pk. git-svn-id: http://svn.osgeo.org/postgis/trunk@238 b70326c6-7e19-0410-871a-916f4a2858ee --- Attic/postgis_sql_common.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0