[DOCS] pg_total_relation_size() and CHECKPOINT

2008-03-13 Thread Zubkovsky, Sergey
Hello, I've detected that a result value of pg_total_relation_size() for an actively updated table might be significantly differ from a result that is returned after explicit CHECKPOINT command execution. select version(); "PostgreSQL 8.2.6 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC

Re: [DOCS] pg_total_relation_size() and CHECKPOINT

2008-03-13 Thread Tom Lane
"Zubkovsky, Sergey" <[EMAIL PROTECTED]> writes: > I've detected that a result value of pg_total_relation_size() for an > actively updated table might be significantly differ from a result that > is returned after explicit CHECKPOINT command execution. Uh, can you show a specific example of what yo