Garbage collection and backups in PostgreSQL

Author: Nediam <javier@nediam.com.mx>
Publication date: 2005-09-16
Last updated: 2006-05-04


Note: The examples shown here were tested on PostgreSQL 8.0.2.

DATABASE GARBAGE COLLECTION:
* Note: pg_username refers to the PostgreSQL username and not to the system username.


DATABASE BACKUPS:
* Note: pg_username refers to the PostgreSQL username and to the system username.


For more information, check the PostgreSQL documentation:
http://www.postgresql.org/docs/8.1/static/app-vacuumdb.html
http://www.postgresql.org/docs/8.1/static/backup.html


The latest version of this document is available at: http://nediam.com.mx/en/tips/backups_pgsql.php

<< 0 comments >>



TOP