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

From Jean-Michel POURE
Subject Table definition <-> parsing INHERITS()
Date
Msg-id 200305271012.10619.jm.poure@freesurf.fr
Whole thread Raw
Responses Re: Table definition <-> parsing INHERITS()  (Andreas Pflug <Andreas.Pflug@web.de>)
List pgadmin-hackers
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?

Cheers,
Jean-Michel

pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: Bootstrap
Next
From: Andreas Pflug
Date:
Subject: Re: Serial, data types