Re: [GENERAL] pg_dump output mode

2005-10-03 Thread Thomas F. O'Connell
On Oct 3, 2005, at 1:05 AM, Jeff Davis wrote: What pg_dump backup modes do people usually use for a backup of an entire database cluster? I usually use plaintext and pipe it through gzip, however, that doesn't allow you to restore single objects from a complete backup. Is there a way to back u

[GENERAL] pg_dump output mode

2005-10-02 Thread Jeff Davis
What pg_dump backup modes do people usually use for a backup of an entire database cluster? I usually use plaintext and pipe it through gzip, however, that doesn't allow you to restore single objects from a complete backup. Is there a way to back up the entire cluster using the "t" or "c" output m