inheritance question 2/ref integrity

alex@pilosoft.com

From: Alex Pilosov <alex@pilosoft.com>
To: pgsql-hackers@postgresql.org
Date: 2000-10-07T23:55:06Z
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