mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
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. ITAGAKI Takahiro
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
$PostgreSQL: pgsql/contrib/pgstattuple/README.pgstattuple.euc_jp,v 1.8 2006/09/04 03:49:05 momjian Exp $
|
$PostgreSQL: pgsql/contrib/pgstattuple/README.pgstattuple.euc_jp,v 1.9 2007/06/07 09:56:25 mha Exp $
|
||||||
|
|
||||||
pgstattuple README 2002/08/22 <20>а<EFBFBD>ã<EFBFBD><C3A3>
|
pgstattuple README 2002/08/22 <20>а<EFBFBD>ã<EFBFBD><C3A3>
|
||||||
|
|
||||||
@ -63,53 +63,6 @@ pgstattuple README 2002/08/22
|
|||||||
avg_leaf_density | 50.27
|
avg_leaf_density | 50.27
|
||||||
leaf_fragmentation | 0
|
leaf_fragmentation | 0
|
||||||
|
|
||||||
bt_metap
|
|
||||||
--------
|
|
||||||
bt_metap() <20><>btree<65><65><EFBFBD><EFBFBD><EFBFBD>ǥå<C7A5><C3A5><EFBFBD><EFBFBD>Υ<CEA5>ڡ<EFBFBD><DAA1><EFBFBD><EFBFBD>˴ؤ<CBB4><D8A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵѤ<D6B5><D1A4>ޤ<EFBFBD><DEA4><EFBFBD>
|
|
||||||
|
|
||||||
test=> SELECT * FROM bt_metap('pg_cast_oid_index');
|
|
||||||
-[ RECORD 1 ]-----
|
|
||||||
magic | 340322
|
|
||||||
version | 2
|
|
||||||
root | 1
|
|
||||||
level | 0
|
|
||||||
fastroot | 1
|
|
||||||
fastlevel | 0
|
|
||||||
|
|
||||||
bt_page_stats
|
|
||||||
-------------
|
|
||||||
bt_page_stats() <20>ϡ<EFBFBD>btree<65><65>ñ<EFBFBD><C3B1><EFBFBD>Υڡ<CEA5><DAA1><EFBFBD><EFBFBD>˴ؤ<CBB4><D8A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><C9BD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>
|
|
||||||
|
|
||||||
test=> SELECT * FROM bt_page_stats('pg_cast_oid_index', 1);
|
|
||||||
-[ RECORD 1 ]-+-----
|
|
||||||
blkno | 1
|
|
||||||
type | l
|
|
||||||
live_items | 256
|
|
||||||
dead_items | 0
|
|
||||||
avg_item_size | 12
|
|
||||||
page_size | 8192
|
|
||||||
free_size | 4056
|
|
||||||
btpo_prev | 0
|
|
||||||
btpo_next | 0
|
|
||||||
btpo | 0
|
|
||||||
btpo_flags | 3
|
|
||||||
|
|
||||||
bt_page_items
|
|
||||||
-------------
|
|
||||||
bt_page_items() <20>ϡ<EFBFBD><CFA1><EFBFBD>btree<65>ڡ<EFBFBD><DAA1><EFBFBD><EFBFBD>θ<EFBFBD><CEB8>̤Υ<CCA4><CEA5><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5>˴ؤ<CBB4><D8A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><C9BD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>
|
|
||||||
|
|
||||||
test=> SELECT * FROM bt_page_items('pg_cast_oid_index', 1);
|
|
||||||
itemoffset | ctid | itemlen | nulls | vars | data
|
|
||||||
------------+---------+---------+-------+------+-------------
|
|
||||||
1 | (0,1) | 12 | f | f | 23 27 00 00
|
|
||||||
2 | (0,2) | 12 | f | f | 24 27 00 00
|
|
||||||
3 | (0,3) | 12 | f | f | 25 27 00 00
|
|
||||||
4 | (0,4) | 12 | f | f | 26 27 00 00
|
|
||||||
5 | (0,5) | 12 | f | f | 27 27 00 00
|
|
||||||
6 | (0,6) | 12 | f | f | 28 27 00 00
|
|
||||||
7 | (0,7) | 12 | f | f | 29 27 00 00
|
|
||||||
8 | (0,8) | 12 | f | f | 2a 27 00 00
|
|
||||||
|
|
||||||
|
|
||||||
2. pgstattuple<6C>Υ<EFBFBD><CEA5>ȡ<F3A5B9A5><C8A1><EFBFBD>
|
2. pgstattuple<6C>Υ<EFBFBD><CEA5>ȡ<F3A5B9A5><C8A1><EFBFBD>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user