Re: [HACKERS] PATCH proposed with new features for CREATE TABLE

2001-09-07 Thread Bruce Momjian
To get this applied, we will need to hear from people who want this functionality. Sorry. > Hi people!.I developed a work for an university course, which I wish to share with >you. > > I extended the foreign key clause in the create table in order to permit insertions >and updates on a ref

Re: [HACKERS] PATCH proposed with new features for CREATE TABLE

2001-08-24 Thread Stephan Szabo
On Fri, 24 Aug 2001, Bruce Momjian wrote: > Can someone comment on this? I sent him some concerns I had (including the fact that we can't rename ON UPDATE since it's in the spec). I'm working through some more behavioral concerns I have, but I haven't decided whether or not they're actually pro

Re: [HACKERS] PATCH proposed with new features for CREATE TABLE

2001-08-24 Thread Bruce Momjian
Can someone comment on this? > Hi people!.I developed a work for an university course, which I wish to share with >you. > > I extended the foreign key clause in the create table in order to permit insertions >and updates on a referencing table (a table with foreign key > attributes) with all