Thread: contrib/pgstattuple Japanese documentation fix

contrib/pgstattuple Japanese documentation fix

From
ITAGAKI Takahiro
Date:
The functions bt_metap, bt_page_stats and bt_page_items had moved
from contrib/pgstattuple to pageinspect. We've already fixed English
documentation, but Japanese version does not catch up. The attached
patch just removes those descriptions from README.ja in pgstattuple.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Attachment

Re: contrib/pgstattuple Japanese documentation fix

From
Heikki Linnakangas
Date:
ITAGAKI Takahiro wrote:
> The functions bt_metap, bt_page_stats and bt_page_items had moved
> from contrib/pgstattuple to pageinspect. We've already fixed English
> documentation, but Japanese version does not catch up. The attached
> patch just removes those descriptions from README.ja in pgstattuple.

Thanks!

Would you like to add corresponding Japanese documentation to
pageinspect, or is it not worthwhile?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

Re: contrib/pgstattuple Japanese documentation fix

From
Magnus Hagander
Date:
On Thu, Jun 07, 2007 at 11:41:24AM +0900, ITAGAKI Takahiro wrote:
> The functions bt_metap, bt_page_stats and bt_page_items had moved
> from contrib/pgstattuple to pageinspect. We've already fixed English
> documentation, but Japanese version does not catch up. The attached
> patch just removes those descriptions from README.ja in pgstattuple.
>

Applied, thanks.

//Magnus

Re: contrib/pgstattuple Japanese documentation fix

From
ITAGAKI Takahiro
Date:
Heikki Linnakangas <heikki@enterprisedb.com> wrote:

> Would you like to add corresponding Japanese documentation to
> pageinspect, or is it not worthwhile?

No, I think such *deep* users who want to use pageinspect
would be satisfied with English documentation :)

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center