Re: Add SQL function to show total block numbers in the relation - Mailing list pgsql-hackers

From btkimurayuzk
Subject Re: Add SQL function to show total block numbers in the relation
Date
Msg-id eb5d9cdb1b470c687df85c3f932f66d6@oss.nttdata.com
Whole thread Raw
In response to Re: Add SQL function to show total block numbers in the relation  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
> Size in block number is useless for those who doesn't understand the
> notion of block, or block size. Those who understands the notion
> should come up with the simple formula (except the annoying
> casts). Anyone can find the clue to the base values by searching the
> document in the Web with the keywords "block size" and "relation size"
> or even with "table size". (FWIW, I would even do the same for the new
> function if any...) If they need it so frequently, a user-defined
> function is easily made up.
> 
> regards.


I didn't know about the existence of the user-defined function .
I fully understood , Thanks .

Regards,

Yu Kimura




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [PATCH] Do not use StdRdOptions in Access Methods
Next
From: Daniel Wood
Date:
Subject: Re: 'Invalid lp' during heap_xlog_delete