On 04/06/11 1:09 AM, dba wrote:



Is there any provision to take incremental backup for a table in postgresql.


no, but WAL log archiving is effectively an incremental backup of the whole database cluster. It allows you to implement Point In Time Recovery (PITR).

See http://www.postgresql.org/docs/current/static/continuous-archiving.html



--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to