Re: How to add an INHERITS to an already populated table

From: Richard Huxton <dev(at)archonet(dot)com>
To: David Pradier <dpradier(at)apartia(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to add an INHERITS to an already populated table
Date: 2005-05-31 09:18:49
Message-ID: 429C2BF9.3000403@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Pradier wrote:
> Hi everybody,
>
> is it possible to add some inheritance lively, without doing a
> dump/restore ?

Not AFAIK. Easiest solution is probably to script some ALTER TABLE ADD
COLUMN commands.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zlatko Matic 2005-05-31 09:44:34 Re: How to add an INHERITS to an already populated table ?
Previous Message Richard Huxton 2005-05-31 09:17:41 Re: a way to reset the postgres password to nothing..