mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
doc: Small style improvements
This commit is contained in:
parent
ce4dc97056
commit
a94b70356b
@ -321,7 +321,7 @@ test=# SELECT * FROM brin_metapage_info(get_raw_page('brinidx', 0));
|
|||||||
identifiers in a <acronym>BRIN</acronym> index range map page.
|
identifiers in a <acronym>BRIN</acronym> index range map page.
|
||||||
For example:
|
For example:
|
||||||
<screen>
|
<screen>
|
||||||
test=# SELECT * FROM brin_revmap_data(get_raw_page('brinidx', 2)) limit 5;
|
test=# SELECT * FROM brin_revmap_data(get_raw_page('brinidx', 2)) LIMIT 5;
|
||||||
pages
|
pages
|
||||||
---------
|
---------
|
||||||
(6,137)
|
(6,137)
|
||||||
@ -433,7 +433,7 @@ test=# SELECT * FROM gin_page_opaque_info(get_raw_page('gin_index', 2));
|
|||||||
<function>gin_leafpage_items</function> returns information about
|
<function>gin_leafpage_items</function> returns information about
|
||||||
the data stored in a <acronym>GIN</acronym> leaf page. For example:
|
the data stored in a <acronym>GIN</acronym> leaf page. For example:
|
||||||
<screen>
|
<screen>
|
||||||
test=# SELECT first_tid, nbytes, tids[0:5] as some_tids
|
test=# SELECT first_tid, nbytes, tids[0:5] AS some_tids
|
||||||
FROM gin_leafpage_items(get_raw_page('gin_test_idx', 2));
|
FROM gin_leafpage_items(get_raw_page('gin_test_idx', 2));
|
||||||
first_tid | nbytes | some_tids
|
first_tid | nbytes | some_tids
|
||||||
-----------+--------+----------------------------------------------------------
|
-----------+--------+----------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user