pgsql/src/backend/commands (command.c) - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/backend/commands (command.c)
Date
Msg-id 200007151237.e6FCbEE26648@hub.org
Whole thread Raw
List pgsql-committers
  Date: Saturday, July 15, 2000 @ 08:37:14
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
     from hub.org:/home/projects/pgsql/tmp/cvs-serv26644/pgsql/src/backend/commands

Modified Files:
    command.c

-----------------------------  Log Message  -----------------------------

This should be a slighly more complete patch for commands/command.c
AlterTableAddConstraint.  The major changes from the last patch
are that it should hopefully check for references to temp tables
(not in the shadow case, but at defination time) from permanent tables in
foreign keys and refuse them and that it doesn't allow the table(s)
being constrained to be views (because those cases don't currently
work).

Stephan SzaboThis should be a slighly more complete patch for commands/command.c
AlterTableAddConstraint.  The major changes from the last patch
are that it should hopefully check for references to temp tables
(not in the shadow case, but at defination time) from permanent tables in
foreign keys and refuse them and that it doesn't allow the table(s)
being constrained to be views (because those cases don't currently
work).

Stephan Szabo


pgsql-committers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: pgsql/src/backend/parser (Makefile)
Next
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql (configure configure.in)