 |
|
Innovation award
 Nominee: 3x |
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: |
- |
| PHP version: |
4.0 |
| License: |
Public Domain |
| All time users: |
1278 users |
| All time rank: |
2632 |
| Week users: |
2 users |
| Week rank: |
1329  |
| |
|
 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 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Perfect (100.0%) |
Perfect (100.0%) |
- |
Perfect (100.0%) |
- |
- |
Sufficient (70.0%) |
196 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|