1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-08 07:21:33 +03:00

doc: Fix type of cursor_position in jsonlog table

This entry was listed as a "string", but it is a "number.  The other
fields are correctly described, on a second look.

Reported-by: Nuko Yokohama
Author: Tatsuo Ishii
Discussion: https://postgr.es/m/CAF3Gu1awoVoDP5d0_eN=cR=QkGVwH+OtFvwJkkc5cB_ZMWjyeA@mail.gmail.com
Backpatch-through: 15
This commit is contained in:
Michael Paquier 2022-10-25 09:29:54 +09:00
parent fb2a83b2b7
commit f975df7203

View File

@ -7794,7 +7794,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</row>
<row>
<entry><literal>cursor_position</literal></entry>
<entry>string</entry>
<entry>number</entry>
<entry>Cursor index into query string</entry>
</row>
<row>