"Anibal David Acosta" <aa(at)devshock(dot)com> wrote:
> Maybe an option like "Recover from file " will be useful
> So, for example, daily some process do a COPY of entire table to a
> file
>
> In case of crash postgres recover content from the file.
If you need to recover file contents on a crash, then an unlogged
table is probably not the right choice. There is always
asynchronous commit.
-Kevin