Schema overlay question

From: Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com>
To: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Schema overlay question
Date: 2005-09-02 21:28:11
Message-ID: 829d7fb60509021428b61bc9c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

A simple question to the list.
We are designing a database, the database has three major components (each
component with 4-8 tables)
two components are ready, is it possible to 'overlay' the third one later?
or
Do i have to drop all the components (along with data!!!) and then add the
third component and then build the entire DB?
What i am saying is some tables are existing, could i later add a bunch of
tables at a later date without dropping the entire database?
Thanks for your help.

Regards,
Hrisih

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Douglas McNaught 2005-09-02 21:57:18 Re: Schema overlay question
Previous Message Michael Fuhr 2005-09-02 21:15:35 Re: Check if SELECT is granted