This class can be used to generate backups of PostgreSQL.
It accesses a given database and generates SQL statements that can be used to recreate the database tables and the values stored on their rows. The generated SQL is stored in a given file.
The class can also restore a database from a previously generated backup by executing the SQL statements stored in a backup file.
|
Name: |
PostgreSQL Backup and Restore |
Base name: |
pgbackuprestore |
Description: |
Backup and restore PostgreSQL databases with files |
Version: |
1.0.0 |
PHP version: |
4.0 |
License: |
Public Domain |
|
|
September 2007
Number 9 |
PostgreSQL is a very popular Open Source database. It may not be as popular as MySQL, but it has many users that prefer PostgreSQL over MySQL.
There are plenty of tools and components that generate backup copies of MySQL databases by generating SQL statements to recreate the tables and contents of their records. However, for PostgreSQL the offer of similar tools is scarce.
This class addresses that gap by providing to PosgreSQL users a similar solution based only on pure PHP code.
Manuel Lemos |
|
Pages that reference this package |
|
Latest pages that reference packages
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|