pgsql: doc: Fix example query for pg_walinspect

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix example query for pg_walinspect
Date: 2023-05-25 10:47:03
Message-ID: E1q28Up-001dva-F9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix example query for pg_walinspect

The LIMIT clause had ended up in the wrong place in the query.
Backpatch to v15 where pg_walinspect was introduced.

Reported-by: Jian He <jian(dot)universality(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACJufxHqXDr4NnmwmR6pEiVPAg54J0dgwMuYQzrH5BX6+NtF1g@mail.gmail.com
Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/803a504342d7e41cd5a2ffea7fbcc20900fd1d0d

Modified Files
--------------
doc/src/sgml/pgwalinspect.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-05-25 10:53:02 pgsql: doc: fix typo in language tag documentation
Previous Message Daniel Gustafsson 2023-05-25 10:46:28 pgsql: doc: Fix example query for pg_walinspect