| name | value |
|---|---|
| name | public.rename_geometry_table_constraints |
| return type | pg_catalog.text |
| language | SQL |
| deterministic | YES |
result = public.rename_geometry_table_constraints();
CREATE FUNCTION rename_geometry_table_constraints() RETURNS text AS $$ SELECT 'rename_geometry_table_constraint() is obsoleted'::text $$ LANGUAGE sql IMMUTABLE;