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

The following bug has been logged online:

Bug reference:      3436
Logged by:          FAGOT Alain
Email address:      Alan.FAGOT@everis.com
PostgreSQL version: 8.2.4
Operating system:   Win32
Description:        inherited primary keys are not reported as primary key
by the Java DatabaseMetaData
Details:

the last tests were issued with postgresql-8.2-505.jdbc3.jar
for a detailled description take a look at
http://sourceforge.net/tracker/index.php?func=detail&aid=1563717&group_id=54
687&atid=474467
"FAGOT Alain" <Alan.FAGOT@everis.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