pgsql/src backend/commands/command.c backend/p ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/command.c backend/p ...
Date: 2001-05-09 21:10:39
Message-ID: 200105092110.f49LAdl72364@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:10:39

Modified files:
src/backend/commands: command.c
src/backend/parser: analyze.c
src/test/regress/expected: alter_table.out foreign_key.out
src/test/regress/sql: alter_table.sql foreign_key.sql

Log message:
This patch should catch cases where the types
in referencing and referenced columns of an fk constraint
aren't comparable using '=' at constraint definition time
rather than insert/update time.

Stephan Szabo

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-09 21:11:26 pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Previous Message Bruce Momjian - CVS 2001-05-09 20:40:30 pgsql/doc TODO