Re: Table definition <-> parsing INHERITS()

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Table definition <-> parsing INHERITS()
Date: 2003-05-27 09:58:12
Message-ID: 3ED336B4.3060204@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Jean-Michel POURE wrote:

>Dear all,
>
>Table definition displays INHERITS () in its definition.
>
>CREATE TABLE public.foo
>(
> etc...
>) INHERITS () WITH OIDS;
>
>The parser does not seem to understand INHERITS(). Maybe my parser is too old?
>
>
>
Fixed; inheritedTablesCount was wrong.
In general, inheritance isn't tested (and not implemented in CreateTable
either)

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-05-27 10:22:47 Re: Column property / Drop constraint
Previous Message Andreas Pflug 2003-05-27 09:57:01 Re: Column property / Drop constraint