git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 712dc23)
doc: gin_page_opaque_info() must be a _compressed_ GIN page
2023年11月25日 03:02:07 +0000 (22:02 -0500)
2023年11月25日 03:02:07 +0000 (22:02 -0500)
Reported-by: Jeff Janes
Discussion: https://postgr.es/m/CAMkU=1xvzQxTAiYNM2PWJ6snMTPh3u3Ammbwss7mvAShS2Ohww@mail.gmail.com

Author: Jeff Janes

Backpatch-through: master


diff --git a/doc/src/sgml/pageinspect.sgml b/doc/src/sgml/pageinspect.sgml
index 0f278662af530d5c5bd4ccd838119f4b16bceb9d..27e0598f74c01206751cc87b909bb8a8ab2a5b6a 100644 (file)
--- a/doc/src/sgml/pageinspect.sgml
+++ b/doc/src/sgml/pageinspect.sgml
@@ -700,7 +700,7 @@ test=# SELECT * FROM gin_page_opaque_info(get_raw_page('gin_index', 2));
<listitem>
<para>
<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 compressed <acronym>GIN</acronym> leaf page. For example:
<screen>
test=# SELECT first_tid, nbytes, tids[0:5] AS some_tids
FROM gin_leafpage_items(get_raw_page('gin_test_idx', 2));
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /