inheritance question 2/ref integrity

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: inheritance question 2/ref integrity
Date: 2000-10-07 23:55:06
Message-ID: Pine.BSO.4.10.10010071953450.19791-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Can I do following?

create table foo (
x int4 references bar*
)

Or, since 7.1 will have bar* as default for bar, will using 'references
bar' do what I want?

-alex

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-10-08 00:04:39 Re: Database log
Previous Message Alex Pilosov 2000-10-07 23:51:38 inheritance/oid questions