Re: [GENERAL] wal files on temporary tables

2006-08-15 Thread marcelo Cortez
Tom thanks for to respond quickly, see below > marcelo Cortez <[EMAIL PROTECTED]> writes: > > Then i've created "normal" tables but the wal > file > > generated by this tables grows and grows. > > The WAL files shouldn't grow indefinitely unless > you've got some > fairly serious problem tha

Re: [GENERAL] wal files on temporary tables

2006-08-14 Thread marcelo Cortez
Tom thanks for to respond quickly, see more below > marcelo Cortez <[EMAIL PROTECTED]> writes: > > Then i've created "normal" tables but the wal > file > > generated by this tables grows and grows. > > The WAL files shouldn't grow indefinitely unless > you've got some > fairly serious proble

Re: [GENERAL] wal files on temporary tables

2006-08-14 Thread Tom Lane
marcelo Cortez <[EMAIL PROTECTED]> writes: > Then i've created "normal" tables but the wal file > generated by this tables grows and grows. The WAL files shouldn't grow indefinitely unless you've got some fairly serious problem that is preventing checkpoints from occurring. Look in the server log

Re: [GENERAL] wal files on temporary tables

2006-08-14 Thread Enver ALTIN
On Mon, Aug 14, 2006 at 05:32:41PM -0300, marcelo Cortez wrote: > folks Hi, > I have a asp application connected with postgres. The postgres > temporary tables is useless because i need remain this tables between > sessions, perfomance reasons. This tables are created on the fly and > remain be