On 2010-03-11, A B <gentosaker(at)gmail(dot)com> wrote:
> Hello!
>
> Is it possible to tell a running postgres server to rememeber its
> state at a certain timestamp, then let clients access the database,
> do what ever they want, then just roll back to the timestamp?
not using just SQL commands.
AIUI there are two options
1 > PITR ("point in time recovery")
2 > dump and restore