Is there any way to import a portion of a large database

From: AI Rumman <rummandba(at)gmail(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Is there any way to import a portion of a large database
Date: 2011-09-20 06:35:11
Message-ID: CAGoODpd2-qHiHLQF-_DUDPZYnPZ95qr9Ng7O6+2uY3kPZ+TBDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a production Postgresql 9 database of 2 TB+. For development purpose,
I have to import this database in development server where I have only 1 TB
of disk space. No more space can be added at present. Is there any way so
that I might import the whole schema definition of the database with a
portion of data in my development server?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-09-20 06:41:05 Re: Is there any way to import a portion of a large database
Previous Message patrick keshishian 2011-09-20 04:22:44 Re: Dynamic constraint names in ALTER TABLE