diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-03-04 22:20:19 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-03-04 22:20:19 +0800 |
commit | 22572ce42899506692e0159d1c149ee3951e183a (patch) | |
tree | 8c525bc67ca82d4d518be7e22965cfc299ea34a0 /databases/Makefile | |
parent | 5b1b665ed632266da7acd0be5ab81d447e2ad742 (diff) | |
download | freebsd-ports-gnome-22572ce42899506692e0159d1c149ee3951e183a.tar.gz freebsd-ports-gnome-22572ce42899506692e0159d1c149ee3951e183a.tar.zst freebsd-ports-gnome-22572ce42899506692e0159d1c149ee3951e183a.zip |
pg_rman is an online backup and restore tool for PostgreSQL.
The goal of the pg_rman project is providing a method for online
backup and PITR as easy as pg_dump. Also, it maintains a backup
catalog per database cluster. Users can maintain old backups including
archive logs with one command.
WWW: http://code.google.com/p/pg-rman/
Feature safe: yes
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0c8397587848..507d83b219cf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -460,6 +460,7 @@ SUBDIR += pecl-mongo SUBDIR += pecl-sqlite SUBDIR += pg_filedump + SUBDIR += pg_rman SUBDIR += pgaccess SUBDIR += pgadmin3 SUBDIR += pgbouncer |