Backing up through a database connection (not pg_dump)

From: Tim Uckun <timuckun(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Backing up through a database connection (not pg_dump)
Date: 2012-03-26 23:05:00
Message-ID: CAGuHJrMQLHL=-dKVJW0nq1rMEBRxVa5u_9PU1NKj7Kff_k-C1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to backup a database or a cluster though a database
connection? I mean I want to write some code that connects to the
database remotely and then issues a backup command like it would issue
any other SQL command. I realize the backups would need to reside on
the database server.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-03-26 23:16:27 Re: Backing up through a database connection (not pg_dump)
Previous Message Richard Huxton 2012-03-26 20:52:18 Re: Desperately need a magical PG monitoring tool