Re: [BUG?] table inhiritance violates primary key

From: Sven Köhler <skoehler(at)upb(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [BUG?] table inhiritance violates primary key
Date: 2003-06-25 09:06:23
Message-ID: bdboof$pnq$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hubert Lubaczewski 2003-06-25 09:06:49 Re: Updating an emty table?
Previous Message Bjorn T Johansen 2003-06-25 09:00:55 Re: Updating an emty table?