Re: Table definition <-> parsing INHERITS() - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Table definition <-> parsing INHERITS()
Date
Msg-id 3ED336B4.3060204@web.de
Whole thread Raw
In response to Table definition <-> parsing INHERITS()  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List 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)


pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Column property / Drop constraint
Next
From: Jean-Michel POURE
Date:
Subject: Re: Column property / Drop constraint