Re: [HACKERS] Another naive question, inheritance and foreign key

2003-03-19 Thread Stephan Szabo
On Wed, 19 Mar 2003, Shridhar Daithankar<[EMAIL PROTECTED]> wrote: > Just stumbled upon this. Is it correct to conclude that foreign keys are not > inherited from this text? Yes. If you want more info, check out the archives. ---(end of broadcast)---

[HACKERS] Another naive question, inheritance and foreign key

2003-03-19 Thread Shridhar Daithankar<[EMAIL PROTECTED]>
Hi, Just stumbled upon this. Is it correct to conclude that foreign keys are not inherited from this text? phd=# create table perbookings(type smallint) inherits (bookings); CREATE TABLE phd=# \d perbookings; Table "public.perbookings" Column |