Skip to content

Commit ef1fdc0

Browse files
committed
Update pageinspect.sgml
changed some "-" to "-&minus"
1 parent 05a26e6 commit ef1fdc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgresql/doc/src/sgml/pageinspect.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ ____________________________________________________________________________-->
544544
index's metapage. For example:
545545
<screen>
546546
test=# SELECT * FROM bt_metap('pg_cast_oid_index');
547-
-[ RECORD 1 ]-------------+-------
547+
-[ RECORD 1 ]-&minus;-&minus;-&minus;-&minus;-&minus;-+-&minus;-&minus;-&minus;-
548548
magic | 340322
549549
version | 4
550550
root | 1
@@ -599,7 +599,7 @@ ____________________________________________________________________________-->
599599
single pages of B-tree indexes. For example:
600600
<screen>
601601
test=# SELECT * FROM bt_page_stats('pg_cast_oid_index', 1);
602-
-[ RECORD 1 ]-+-----
602+
-[ RECORD 1 ]-+-&minus;-&minus;-
603603
blkno | 1
604604
type | l
605605
live_items | 224
@@ -1599,4 +1599,4 @@ mapp | {65}
15991599
</variablelist>
16001600
</sect2>
16011601

1602-
</sect1>
1602+
</sect1>

0 commit comments

Comments
 (0)