Re: [HACKERS] Saving snapshots for later use

2012-06-15 Thread Tom Lane
Heikki Linnakangas writes: > On 15.06.2012 06:19, Nikolas Everett wrote: >> I'd like to be able to save the current snapshot and then at a later date >> roll the entire database back to that snapshot, essentially erasing >> everything that happened since the snapshot. > To revert the database to

Re: [HACKERS] Saving snapshots for later use

2012-06-14 Thread Heikki Linnakangas
On 15.06.2012 06:19, Nikolas Everett wrote: I've been a PostgreSQL user for years and have a feature that I'd like to see implemented. I've started playing with the source and have a vague implementation plan for it, but before I go blundering around I'd like to run the idea by this list. So he

[HACKERS] Saving snapshots for later use

2012-06-14 Thread Nikolas Everett
I've been a PostgreSQL user for years and have a feature that I'd like to see implemented. I've started playing with the source and have a vague implementation plan for it, but before I go blundering around I'd like to run the idea by this list. So here it is: I'd like to be able to save the cur