Can I add a super table to existing tables?

From: Jun Yang <jyang825(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Can I add a super table to existing tables?
Date: 2009-08-02 01:28:54
Message-ID: b365d0610908011828v73533692racd8909b495dbc80@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I want to add some common columns to all of my tables. One way I
think would be to add a super table that contains the common columns
to all tables. But is there a way to add a super table to existing
tables for them to inherit from?

Thanks!

Jun

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Spotts 2009-08-02 01:31:15 Re: How to execute external script from a TRIGGER or FUNCTION ?
Previous Message Andy Colson 2009-08-02 01:19:07 Re: questions on (parallel) COPY and when to REINDEX