pgsql/src/backend/catalog heap.c

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog heap.c
Date: 2001-05-09 21:13:35
Message-ID: 200105092113.f49LDZD72935@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/09 17:13:35

Modified files:
src/backend/catalog: heap.c

Log message:
I have modifed heap.c so that it won't automatically generate duplicate
constraint names.

> > A reasonable interpretation of DROP CONSTRAINT "foo" is to drop *all*
> > constraints named "foo" on the target table.
>
> Then it should probably be a good thing to avoid the automatic
> generation of
> duplicate names? I might take a look at that, actually...
>

Christopher Kings-Lynne

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-09 21:35:12 pgsql/src/pl/tcl Makefile
Previous Message Bruce Momjian - CVS 2001-05-09 21:11:26 pgsql/src/interfaces/jdbc/org/postgresql Conne ...