Re: BUG #3436: inherited primary keys are not reported as primary key by the Java DatabaseMetaData

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "FAGOT Alain" <Alan(dot)FAGOT(at)everis(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3436: inherited primary keys are not reported as primary key by the Java DatabaseMetaData
Date: 2007-07-10 14:26:18
Message-ID: 19255.1184077578@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"FAGOT Alain" <Alan(dot)FAGOT(at)everis(dot)com> writes:
> Description: inherited primary keys are not reported as primary key
> by the Java DatabaseMetaData

There's no such thing as an inherited primary key. See
http://www.postgresql.org/docs/8.2/static/ddl-inherit.html#DDL-INHERIT-CAVEATS

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Shuo Liu 2007-07-10 22:32:50 exit code -1073741819
Previous Message Tom Lane 2007-07-10 14:16:01 Re: BUG #3435: problem with substring function