Re: Inheritance problem when restoring db - Mailing list pgsql-general

From Tom Lane
Subject Re: Inheritance problem when restoring db
Date
Msg-id 12210.1191255277@sss.pgh.pa.us
Whole thread Raw
In response to Inheritance problem when restoring db  ("Sebastjan Trepca" <trepca@gmail.com>)
Responses Re: Inheritance problem when restoring db  ("Sebastjan Trepca" <trepca@gmail.com>)
List pgsql-general
"Sebastjan Trepca" <trepca@gmail.com> writes:
> Current state:

> Table B has a primary key with sequence b_seq. Table A also has a
> primary key with sequence a_seq.

In view of the fact that primary keys aren't inherited, and do not
"have sequences", this description is uselessly imprecise.  Please show
exactly how you created these two tables.  And which PG version is this?

            regards, tom lane

pgsql-general by date:

Previous
From: "Sebastjan Trepca"
Date:
Subject: Inheritance problem when restoring db
Next
From: Alvaro Herrera
Date:
Subject: Re: Inheritance fixing timeline? (Was "Inherited FK Indexing")