From: Peter Eisentraut Date: Wed, 30 Jul 2025 07:51:45 +0000 (+0200) Subject: Fix whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00c977177956c4b4d12f8c6518d4269b086deca8;p=thirdparty%2Fpostgresql.git Fix whitespace --- diff --git a/doc/src/sgml/pageinspect.sgml b/doc/src/sgml/pageinspect.sgml index 12929333665..f5014787c78 100644 --- a/doc/src/sgml/pageinspect.sgml +++ b/doc/src/sgml/pageinspect.sgml @@ -741,7 +741,7 @@ test=# SELECT first_tid, nbytes, tids[0:5] AS some_tids For example: test=# SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 2)); - lsn | nsn | rightlink | flags + lsn | nsn | rightlink | flags ------------+------------+-----------+-------- 0/0B5FE088 | 0/00000000 | 1 | {leaf} (1 row)