> Can you show an actual test case?

create sequence "DbRowIds";

create table "PatientRelated" (id int8 not null default
nextval('"DbRowIds"'));

create table "Document"  (id int8 not null default nextval('"DbRowIds"'));

create table "PatientDocument" () inherits ("PatientRelated", "Document");

-- 
Scott Ribe
scott_r...@killerbytes.com
http://www.killerbytes.com/
(303) 722-0567 voice



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to