Re: Somewhat happier alter table add - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Somewhat happier alter table add
Date
Msg-id 200007142124.RAA11637@candle.pha.pa.us
Whole thread Raw
In response to Somewhat happier alter table add  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-patches
Would you resumit this as a context diff, diff -c.  Thanks.   I will
apply it as soon as I receive it.


>
> 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 Szabo
> sszabo@bigpanda.com
Content-Description:

[ Attachment, skipping... ]


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PgAccess schema-diagram cleanup
Next
From: Stephan Szabo
Date:
Subject: alter table patch