Re: Data corruption zero a file - help!!

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Noel Faux <noel(dot)faux(at)med(dot)monash(dot)edu(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data corruption zero a file - help!!
Date: 2006-03-02 23:20:29
Message-ID: 20060302232029.GA19832@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 03, 2006 at 09:56:40AM +1100, Noel Faux wrote:
> Which config file will tell us how big the bock sizes are?

Run the query "SHOW block_size" in the database or use pg_controldata
from the shell. It's probably 8192; changing it is done at compile time.

--
Michael Fuhr

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sascha Nepper 2006-03-03 00:11:25 ERROR: column "datpath" does not exist
Previous Message Noel Faux 2006-03-02 22:56:40 Re: Data corruption zero a file - help!!