Search Postgresql Archives

Re: Replicating PostgreSQL DB to lightweight system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On May 3, 2006, at 12:00 AM, David Fetter wrote:

Would be glad to hear if there are examples of existing
commercial/OSS products to serve the purpose.

If you're not using PostgreSQL for the smaller systems, you might be
able to rig something up with pg_dump using the --inserts option.  The
tough part will probably be getting the schema translated into SQLite
(or whatever system you choose) idiom.

What I'd do is use pg_dump --data-only generating insert statements and have pre-defined sqlite schema that is compatible with the dump file. Then just load the data that way and distribute the new sqlite file to your clients.

It should be scriptable within a half day or so, if that much.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux