Re: Inheritance problem when restoring db

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sebastjan Trepca" <trepca(at)gmail(dot)com>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Inheritance problem when restoring db
Date: 2007-10-01 16:14:37
Message-ID: 12210.1191255277@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Sebastjan Trepca" <trepca(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-10-01 16:33:35 Re: Inheritance fixing timeline? (Was "Inherited FK Indexing")
Previous Message Sebastjan Trepca 2007-10-01 16:00:24 Inheritance problem when restoring db