pgsql/src/backend/catalog heap.c - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/backend/catalog heap.c
Date
Msg-id 200105092113.f49LDZD72935@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.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


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src backend/commands/command.c backend/p ...
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...