FOREIGN KEY revisited

From: "Matthew N(dot) Dodd" <winter(at)jurai(dot)net>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: FOREIGN KEY revisited
Date: 1998-08-27 21:45:21
Message-ID: Pine.BSF.4.02.9808271742310.16487-100000@sasami.jurai.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


After seeing the work done to implement SERIAL types (automatic creation
of sequences) would it not be possible to do the same thing with FOREIGN
KEYs by automatically creating 2 triggers for each FOREIGN KEY statement?

Can someone with more intimate knowledge of the parser/grammar sections of
the code comment on this?

--
| Matthew N. Dodd |This space | '78 Datsun 280Z | FreeBSD/NetBSD/Sprite/VMS |
| winter(at)jurai(dot)net |is for rent| '84 Volvo 245DL | ix86,sparc,m68k,pmax,vax |
| http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage? |

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Keith Parks 1998-08-27 21:49:39 Re: [HACKERS] initdb problem
Previous Message Jan Wieck 1998-08-27 20:55:00 Re: [HACKERS] Rules for 6.4 finished