Inherited column patches

Started by Stephan Szaboover 25 years ago3 messagespatches
Jump to latest
#1Stephan Szabo
sszabo@megazone23.bigpanda.com

This patch should allow primary/foreign key
definitions using inherited columns in the
create table statement.

Attachments:

fix1text/plain; charset=US-ASCII; name=fix1Download+66-36
#2Bruce Momjian
bruce@momjian.us
In reply to: Stephan Szabo (#1)
Re: Inherited column patches

Applied. Thanks.

This patch should allow primary/foreign key
definitions using inherited columns in the
create table statement.

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
#3Chris Bitmead
chris@bitmead.com
In reply to: Stephan Szabo (#1)
Re: Inherited column patches

Stephan Szabo wrote:

This patch should allow primary/foreign key
definitions using inherited columns in the
create table statement.

I havn't looked at the patch, but can you give a quick summary of how it
works and any sql syntax changes?