Re: [BUG?] table inhiritance violates primary key - Mailing list pgsql-general

From Sven Köhler
Subject Re: [BUG?] table inhiritance violates primary key
Date
Msg-id bdboof$pnq$1@main.gmane.org
Whole thread Raw
In response to [BUG?] table inhiritance violates primary key  (Sven Köhler <skoehler@upb.de>)
List pgsql-general
had some typos in the statements:

> CREATE TABLE public.test1 (
>   id1 int4 NOT NULL,
>   CONSTRAINT test1_pkey PRIMARY KEY (id1)
> ) WITHOUT OIDS;

CREATE TABLE public.test2 (
) INHERITS(test1) WITHOUT OIDS;


pgsql-general by date:

Previous
From: Hubert Lubaczewski
Date:
Subject: Re: Updating an emty table?
Next
From: "scott.marlowe"
Date:
Subject: Re: pg_statistic_relid_att_index