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:
parent
fb2a83b2b7
commit
f975df7203
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user