pgsql: doc: Fix example query for pg_walinspect - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix example query for pg_walinspect
Date
Msg-id E1q28UH-001duW-3Y@gemulon.postgresql.org
Whole thread Raw
List 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.universality@gmail.com>
Discussion: https://postgr.es/m/CACJufxHqXDr4NnmwmR6pEiVPAg54J0dgwMuYQzrH5BX6+NtF1g@mail.gmail.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/661bf96cd208238efb45c75e3af5ad400e5b0026

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix pgbench in prepared mode with an empty pipeline
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix example query for pg_walinspect