From: | "Mike Gould" <mgould(at)allcoast(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Distributing PostGres database to various customers |
Date: | 2007-06-11 12:19:33 |
Message-ID: | 20070611121933.0b038f76@mail.allcoast.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
All,
I am new to PostGres 8 (using 8.2.4 windows version). We have for several years been using iAnywhere's SQL Anywhere product with our commercial transportation software. With ASA there are 2 files that must be distributed for the database, a filename.db and a filename.log. When we do a new installation we normally try and preload the database with data used for lookups, some registration data and if a customer is moving from another software where we've been contracted to convert their old data to our system we preload that. Once that is done we can distribute the database as part of the setup process.
How can we do this with PostGres? Other than backup and restore or creating SQL scripts I haven't been able to find another method. Some of these tables may have over a million rows in them initially if we convert old data.
Best Regards,
Michael Gould
All Coast Intermodal Services, Inc.
904-376-7030
From | Date | Subject | |
---|---|---|---|
Next Message | Andrus | 2007-06-11 12:23:48 | Re: how to speed up query |
Previous Message | Pavel Stehule | 2007-06-11 12:13:33 | Re: Functions that return both Output Parameters and recordsets |