pgsql: Mention "table" in "violates foreign key constraint" message that - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Mention "table" in "violates foreign key constraint" message that
Date
Msg-id 20051228164721.3C1B09DC841@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Mention "table" in "violates foreign key constraint" message that was
lacking it.  Perhaps it was suppressed because of line length
considerations, but "table" should appear.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ri_triggers.c (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ri_triggers.c.diff?r1=1.83&r2=1.84)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove silly use of DLLIMPORT.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Add box accessors.